Skip to content

Commit 91a45e4

Browse files
authored
Merge pull request #2187 from collivier/ubuntu-24.04
Force the use of ubuntu-24.04
2 parents 0e8d604 + 29d94a9 commit 91a45e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
jobs:
2121
tests:
2222
name: Fetch Matrix Tests
23-
runs-on: [ubuntu-latest]
23+
runs-on: ubuntu-24.04
2424
outputs:
2525
matrix: ${{ steps.set-matrix.outputs.matrix }}
2626
steps:
@@ -211,7 +211,7 @@ jobs:
211211
chaos:
212212
name: Chaos & Oran Tests
213213
needs: [tests]
214-
runs-on: [ubuntu-22.04]
214+
runs-on: ubuntu-24.04
215215
strategy:
216216
fail-fast: false
217217
matrix:
@@ -301,7 +301,7 @@ jobs:
301301

302302
build:
303303
name: Build Release
304-
runs-on: ubuntu-latest
304+
runs-on: ubuntu-24.04
305305
env:
306306
CRYSTAL_IMAGE: "conformance/crystal:1.6.2-alpine"
307307
steps:
@@ -576,7 +576,7 @@ jobs:
576576
release:
577577
name: Publish Release
578578
needs: [spec, build]
579-
runs-on: ubuntu-latest
579+
runs-on: ubuntu-24.04
580580
steps:
581581
- name: Checkout code
582582
uses: actions/checkout@v4

0 commit comments

Comments
 (0)