Skip to content

Commit

Permalink
CI: Consistently use macos-14 in all workflows
Browse files Browse the repository at this point in the history
The `crux-llvm` and `crux-mir` CI workflows were using `macos-14` (i.e.,
ARM64), but the remaining workflows (`crucible-go`, `crucible-jvm`, and
`crucible-wasm`) were using `macos-12` (i.e., X64). This updates the latter
ones to use `macos-14` so that we are consistent.
  • Loading branch information
RyanGlScott committed Aug 22, 2024
1 parent 93bfa7f commit 409bdde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crucible-go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cabal: ["3.10.3.0"]
ghc: ["9.4.8", "9.6.5", "9.8.2"]
include:
- os: macos-12
- os: macos-14
cabal: 3.10.3.0
ghc: 9.8.2
- os: windows-2019
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crucible-jvm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cabal: ["3.10.3.0"]
ghc: ["9.4.8", "9.6.5", "9.8.2"]
include:
- os: macos-12
- os: macos-14
cabal: 3.10.3.0
ghc: 9.8.2
- os: windows-2019
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crucible-wasm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cabal: ["3.10.3.0"]
ghc: ["9.4.8", "9.6.5", "9.8.2"]
include:
- os: macos-12
- os: macos-14
cabal: 3.10.3.0
ghc: 9.8.2
- os: windows-2019
Expand Down

0 comments on commit 409bdde

Please sign in to comment.