We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55179b commit 70818c3Copy full SHA for 70818c3
.github/workflows/docker-image.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
validate:
12
- runs-on: ubuntu-24.04.2
+ runs-on: ubuntu-24.04
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on: pull_request
4
5
6
test:
7
- runs-on: ubuntu-noble
8
@@ -41,7 +41,7 @@ jobs:
41
run: make lint
42
43
spellcheck:
44
45
46
47
@@ -59,7 +59,7 @@ jobs:
59
60
build:
61
needs: [test, lint]
62
63
64
65
0 commit comments