Skip to content

Commit

Permalink
github: allow latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Oct 19, 2024
1 parent b4cf0bd commit 61070d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-22.04
- ubuntu
# - windows-latest
ocaml-version:
- 4.14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id-token: write
pages: write

runs-on: ubuntu-22.04
runs-on: ubuntu

steps:
- name: Checkout tree
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
lint-fmt:
runs-on: ubuntu-22.04
runs-on: ubuntu
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -22,7 +22,7 @@ jobs:
uses: ocaml/setup-ocaml/lint-fmt@v3

lint-opam:
runs-on: ubuntu-22.04
runs-on: ubuntu
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
uses: ocaml/setup-ocaml/lint-opam@v3

lint-doc:
runs-on: ubuntu-22.04
runs-on: ubuntu
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opam-dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
opam-dependency-submission:
runs-on: ubuntu-22.04
runs-on: ubuntu
steps:
- name: Checkout tree
uses: actions/checkout@v4
Expand Down

0 comments on commit 61070d7

Please sign in to comment.