Skip to content

Commit b4bf062

Browse files
committed
Use latest runner images
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 3e279d2 commit b4bf062

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,18 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
os:
41-
- ubuntu-24.04
42-
- ubuntu-24.04-arm
43-
- macos-15
44-
- windows-2025
41+
- ubuntu-latest
42+
- macos-latest
43+
- windows-latest
4544
ocaml-compiler:
4645
- "5.3"
4746
allow-prerelease-opam:
4847
- false
4948
include:
50-
- os: ubuntu-24.04
49+
- os: ubuntu-latest
5150
ocaml-compiler: ocaml-variants.5.3.0+options,ocaml-option-flambda
5251
allow-prerelease-opam: false
53-
- os: ubuntu-24.04
52+
- os: ubuntu-latest
5453
ocaml-compiler: "5.3"
5554
allow-prerelease-opam: true
5655
runs-on: ${{ matrix.os }}
@@ -74,7 +73,7 @@ jobs:
7473
- name: Checkout tree
7574
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7675
- name: Install dependencies
77-
run: pacman -Sy --noconfirm make gcc patch tar ca-certificates git rsync curl sudo bash nano coreutils xz ncurses diffutils unzip bubblewrap
76+
run: pacman -Sy --noconfirm bash bubblewrap ca-certificates coreutils curl diffutils gcc git make nano ncurses patch rsync sudo tar unzip xz
7877
- name: Set-up OCaml
7978
uses: ./
8079
with:

0 commit comments

Comments
 (0)