Skip to content

Commit d36e0d0

Browse files
ulysses4everMikolaj
authored andcommitted
CI: force MacOS jobs to use Intel runners (macos-13)
GitHub just switched macos-latest to the ARM chips (now alisasing `macos-14`), and it brings a bunch of problems. - First of all, GHC's 8.8 and 8.6 don't exist there. - ghcup and llvm are unavailable For the time being, lets stay on the previous version of the runner.
1 parent c80ee75 commit d36e0d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bootstrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
os: [ubuntu-latest]
3333
ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.4", "9.8.2"]
3434
include:
35-
- os: macos-latest
35+
- os: macos-13
3636
ghc: "9.2.8"
3737
name: Bootstrap ${{ matrix.os }} ghc-${{ matrix.ghc }}
3838
runs-on: ${{ matrix.os }}

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
GHC_FOR_RELEASE: ${{ format('["{0}"]', env.GHC_FOR_RELEASE) }}
6767
strategy:
6868
matrix:
69-
os: [ubuntu-latest, macos-latest, windows-latest]
69+
os: [ubuntu-latest, macos-13, windows-latest]
7070
# If you remove something from here.. then add it to the old-ghcs job.
7171
ghc: ['9.8.2', '9.6.4', '9.4.8', '9.2.8', '9.0.2', '8.10.7', '8.8.4', '8.6.5']
7272
exclude:

0 commit comments

Comments
 (0)