Skip to content

Commit 9038b15

Browse files
committed
chore: Pin CI dependencies
chore: Upgrade setup-ocaml chore!: Drop support for OCaml 4.12
1 parent acd331b commit 9038b15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/esy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-latest, macos-latest, windows-latest]
19+
os: [ubuntu-22.04, macos-latest, windows-latest]
2020

2121
steps:
2222
- name: Setup node.js
@@ -29,7 +29,7 @@ jobs:
2929
# It also adds `shx` globally for cross-platform shell commands
3030
- name: Setup environment
3131
run: |
32-
npm i -g esy
32+
npm i -g esy@0.6.12
3333
npm i -g shx
3434
3535
- name: Checkout project

.github/workflows/opam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-latest, macos-latest, windows-latest]
19+
os: [ubuntu-22.04, macos-latest, windows-latest]
2020
ocaml-compiler: [4.12.1, 4.13.1, 4.14.1]
2121

2222
steps:

0 commit comments

Comments
 (0)