Skip to content

Commit

Permalink
ci, release: pin macOS runners to the correct architectures (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez authored Apr 26, 2024
1 parent 27ad095 commit 0378721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- os: ubuntu-20.04
shell: bash
container: "{\"image\": \"elopeztob/alpine-haskell-stack-echidna:ghc-9.4.7\", \"options\": \"--user 1001\"}"
- os: macos-latest
- os: macos-13 # x86_64 macOS
shell: bash
- os: windows-latest
shell: msys2 {0}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
name: Linux (x86_64)
tuple: x86_64-linux
timeout: 180
- os: macos-latest
- os: macos-13
name: macOS (x86_64)
tuple: x86_64-macos
- os: macos-latest-xlarge
- os: macos-14
name: macOS (aarch64)
tuple: aarch64-macos
steps:
Expand Down

0 comments on commit 0378721

Please sign in to comment.