File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
20
20
jobs :
21
21
tests :
22
22
name : Fetch Matrix Tests
23
- runs-on : [ ubuntu-latest]
23
+ runs-on : ubuntu-24.04
24
24
outputs :
25
25
matrix : ${{ steps.set-matrix.outputs.matrix }}
26
26
steps :
@@ -211,7 +211,7 @@ jobs:
211
211
chaos :
212
212
name : Chaos & Oran Tests
213
213
needs : [tests]
214
- runs-on : [ ubuntu-22 .04]
214
+ runs-on : ubuntu-24 .04
215
215
strategy :
216
216
fail-fast : false
217
217
matrix :
@@ -301,7 +301,7 @@ jobs:
301
301
302
302
build :
303
303
name : Build Release
304
- runs-on : ubuntu-latest
304
+ runs-on : ubuntu-24.04
305
305
env :
306
306
CRYSTAL_IMAGE : " conformance/crystal:1.6.2-alpine"
307
307
steps :
@@ -576,7 +576,7 @@ jobs:
576
576
release :
577
577
name : Publish Release
578
578
needs : [spec, build]
579
- runs-on : ubuntu-latest
579
+ runs-on : ubuntu-24.04
580
580
steps :
581
581
- name : Checkout code
582
582
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments