diff --git a/.github/workflows/esy.yml b/.github/workflows/esy.yml index 9b88739..3a4aae3 100644 --- a/.github/workflows/esy.yml +++ b/.github/workflows/esy.yml @@ -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 @@ -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 diff --git a/.github/workflows/opam.yml b/.github/workflows/opam.yml index 0e999a2..57d7c24 100644 --- a/.github/workflows/opam.yml +++ b/.github/workflows/opam.yml @@ -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: