Skip to content

Commit

Permalink
Merge pull request #289 from jmid/fix-github-actions-on-mac
Browse files Browse the repository at this point in the history
Run macOS runners Intel hardware as 4.08.1 does not support M1/ARM64
  • Loading branch information
jmid authored Jun 28, 2024
2 parents 15a2477 + 7b4f48d commit 2c31c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os:
- macos-latest
- macos-13
- ubuntu-latest
- windows-latest
ocaml-compiler:
Expand Down

0 comments on commit 2c31c62

Please sign in to comment.