Skip to content

Commit 70818c3

Browse files
runs-on ubuntu-24.04
1 parent b55179b commit 70818c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
validate:
12-
runs-on: ubuntu-24.04.2
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request
44

55
jobs:
66
test:
7-
runs-on: ubuntu-noble
7+
runs-on: ubuntu-24.04
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
run: make lint
4242

4343
spellcheck:
44-
runs-on: ubuntu-24.04.2
44+
runs-on: ubuntu-24.04
4545
steps:
4646
- name: Checkout
4747
uses: actions/checkout@v4
@@ -59,7 +59,7 @@ jobs:
5959

6060
build:
6161
needs: [test, lint]
62-
runs-on: ubuntu-24.04.2
62+
runs-on: ubuntu-24.04
6363
steps:
6464
- name: Checkout
6565
uses: actions/checkout@v4

0 commit comments

Comments
 (0)