Skip to content

Commit 9dfd3d3

Browse files
authored
ci: fix retired macos-13 image (#2905)
1 parent 7aff82f commit 9dfd3d3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/esy-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
os:
2424
- ubuntu-latest
25-
- macos-13
25+
- macos-15-intel
2626
- windows-latest
2727

2828
ocaml-compiler:

.github/workflows/nix-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
strategy:
4444
matrix:
4545
setup:
46-
- {ocaml-version: '5_3', os: macos-13}
47-
- {ocaml-version: '4_14', os: macos-14}
48-
- {ocaml-version: '5_3', os: macos-14}
49-
- {ocaml-version: '5_4', os: macos-14}
46+
- {ocaml-version: '5_3', os: macos-15-intel}
47+
- {ocaml-version: '4_14', os: macos-latest}
48+
- {ocaml-version: '5_3', os: macos-latest}
49+
- {ocaml-version: '5_4', os: macos-latest}
5050
runs-on: ${{ matrix.setup.os }}
5151
steps:
5252
- uses: actions/checkout@v4

.github/workflows/opam-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- {ocaml-compiler: '4.14.x', os: ubuntu-latest}
2424
- {ocaml-compiler: 'ocaml-base-compiler.5.3.0', os: ubuntu-latest}
2525
- {ocaml-compiler: 'ocaml-base-compiler.5.4.0', os: ubuntu-latest}
26-
- {ocaml-compiler: 'ocaml-base-compiler.5.4.0', os: macos-13}
27-
- {ocaml-compiler: 'ocaml-base-compiler.5.4.0', os: macos-14}
26+
- {ocaml-compiler: 'ocaml-base-compiler.5.4.0', os: macos-15-intel}
27+
- {ocaml-compiler: 'ocaml-base-compiler.5.4.0', os: macos-latest}
2828
# looks like setup-ocaml@v3 can only run actions on windows for
2929
# OCaml >= 4.13
3030
# https://github.com/ocaml/setup-ocaml/issues/822#issuecomment-2215525942

0 commit comments

Comments
 (0)