Skip to content

Commit

Permalink
chore: Pin CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Feb 16, 2025
1 parent acd331b commit 526e918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/esy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-22.04, macos-latest, windows-latest]

steps:
- name: Setup node.js
Expand All @@ -29,7 +29,7 @@ jobs:
# It also adds `shx` globally for cross-platform shell commands
- name: Setup environment
run: |
npm i -g esy
npm i -g esy@0.6.12
npm i -g shx
- name: Checkout project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-22.04, macos-latest, windows-latest]
ocaml-compiler: [4.12.1, 4.13.1, 4.14.1]

steps:
Expand Down

0 comments on commit 526e918

Please sign in to comment.