Skip to content

Commit

Permalink
Use ubuntu-22.04 in CI (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 authored Jan 14, 2025
2 parents cc2f514 + ca787ce commit 70df373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
JOBS: 4
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up opam
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.14.x
opam-repositories: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
OCAML_COMILER_VERSION: "4.14.2"
jobs:
cache:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout branch ${{ github.ref_name }}
uses: actions/checkout@v4
Expand Down

0 comments on commit 70df373

Please sign in to comment.