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:
38
38
fail-fast : false
39
39
matrix :
40
40
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
45
44
ocaml-compiler :
46
45
- " 5.3"
47
46
allow-prerelease-opam :
48
47
- false
49
48
include :
50
- - os : ubuntu-24.04
49
+ - os : ubuntu-latest
51
50
ocaml-compiler : ocaml-variants.5.3.0+options,ocaml-option-flambda
52
51
allow-prerelease-opam : false
53
- - os : ubuntu-24.04
52
+ - os : ubuntu-latest
54
53
ocaml-compiler : " 5.3"
55
54
allow-prerelease-opam : true
56
55
runs-on : ${{ matrix.os }}
74
73
- name : Checkout tree
75
74
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76
75
- 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
78
77
- name : Set-up OCaml
79
78
uses : ./
80
79
with :
You can’t perform that action at this time.
0 commit comments