Skip to content

Commit

Permalink
Use latest runners
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Jan 16, 2025
1 parent aef2b58 commit 99c84ce
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,19 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
- ubuntu-24.04
- ubuntu-24.04-arm
- macos-15
- windows-2025
ocaml-compiler:
- "5.3"
allow-prerelease-opam:
- false
include:
- os: ubuntu-latest
- os: ubuntu-24.04
ocaml-compiler: ocaml-variants.5.3.0+options,ocaml-option-flambda
allow-prerelease-opam: false
- os: ubuntu-latest
- os: ubuntu-24.04
ocaml-compiler: "5.3"
allow-prerelease-opam: true

Expand Down

0 comments on commit 99c84ce

Please sign in to comment.