Skip to content

Commit 82167b4

Browse files
committed
Use Ubuntu 24.04
1 parent b170e5f commit 82167b4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
rust-target: x86_64-apple-darwin
3030
- os: macos-14 # ARM
3131
rust-target: aarch64-apple-darwin
32-
- os: ubuntu-22.04 # x64
32+
- os: ubuntu-24.04 # x64
3333
rust-target: x86_64-unknown-linux-musl
34-
- os: ubuntu-22.04-arm # ARM
34+
- os: ubuntu-24.04-arm # ARM
3535
rust-target: aarch64-unknown-linux-musl
3636
- os: windows-latest
3737
rust-target: x86_64-pc-windows-gnu
@@ -86,11 +86,11 @@ jobs:
8686
fail-fast: false
8787
matrix:
8888
include:
89-
- os: ubuntu-22.04 # x64
89+
- os: ubuntu-24.04 # x64
9090
ocaml_compiler: ocaml-variants.5.2.1+options,ocaml-option-static
9191
upload_binaries: true
9292
upload_libs: true
93-
- os: ubuntu-22.04-arm # ARM
93+
- os: ubuntu-24.04-arm # ARM
9494
ocaml_compiler: ocaml-variants.5.2.1+options,ocaml-option-static
9595
upload_binaries: true
9696
# Build the playground compiler and run the benchmarks on the fastest runner
@@ -107,11 +107,11 @@ jobs:
107107
upload_binaries: true
108108

109109
# Verify that the compiler still builds with older OCaml versions
110-
- os: ubuntu-22.04
110+
- os: ubuntu-24.04
111111
ocaml_compiler: ocaml-variants.5.0.0+options,ocaml-option-static
112-
- os: ubuntu-22.04
112+
- os: ubuntu-24.04
113113
ocaml_compiler: ocaml-variants.4.14.2+options,ocaml-option-static
114-
- os: ubuntu-22.04
114+
- os: ubuntu-24.04
115115
ocaml_compiler: ocaml-variants.4.13.0+options,ocaml-option-static
116116

117117
runs-on: ${{matrix.os}}
@@ -316,7 +316,7 @@ jobs:
316316
run: git diff --ignore-cr-at-eol --exit-code tests
317317

318318
- name: Run analysis / tools tests
319-
if: runner.os != 'Windows' && matrix.os != 'ubuntu-22.04-arm'
319+
if: runner.os != 'Windows' && matrix.os != 'ubuntu-24.04-arm'
320320
run: opam exec -- make -C tests/analysis_tests test && make -C tests/tools_tests test
321321

322322
- name: Run gentype tests
@@ -392,7 +392,7 @@ jobs:
392392
- build-compiler
393393
- build-rewatch
394394

395-
runs-on: ubuntu-22.04
395+
runs-on: ubuntu-24.04
396396

397397
steps:
398398
- name: Checkout
@@ -447,8 +447,8 @@ jobs:
447447
os: [
448448
macos-13, # x64
449449
macos-14, # ARM
450-
ubuntu-22.04,
451-
ubuntu-22.04-arm,
450+
ubuntu-24.04,
451+
ubuntu-24.04-arm,
452452
windows-latest,
453453
]
454454

@@ -486,7 +486,7 @@ jobs:
486486

487487
if: startsWith(github.ref, 'refs/tags/v')
488488

489-
runs-on: ubuntu-22.04
489+
runs-on: ubuntu-24.04
490490

491491
steps:
492492
- name: Checkout

0 commit comments

Comments
 (0)