File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff 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 }}
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 :
You can’t perform that action at this time.
0 commit comments