Skip to content

Commit

Permalink
Use macos version that supports x86 architecture.
Browse files Browse the repository at this point in the history
Signed-off-by: Karolis Petrauskas <[email protected]>
  • Loading branch information
kape1395 committed May 5, 2024
1 parent cba4808 commit ed54ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
ocaml-compiler: ['0', '1']
env:
EXAMPLES_DIR: "tlaplus-examples"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
matrix:
operating-system: [
macos-latest,
macos-13,
ubuntu-latest]
ocaml-compiler: [
'2',
Expand Down

0 comments on commit ed54ce0

Please sign in to comment.