Skip to content

Commit 76c06d8

Browse files
authored
Switch to macos-latest-large for amd64. (#1490)
* Switch to macos-latest-large for amd64. * Oops I missed a few.
1 parent 513a3a5 commit 76c06d8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build-all.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
os: [ 'LinuxARM', 'windows-latest', 'ubuntu-latest', 'macos-12', 'macos-latest']
18+
os: [ 'LinuxARM', 'windows-latest', 'ubuntu-latest', 'macos-latest-large', 'macos-latest']
1919
include:
2020
- os: LinuxARM
2121
os-name: Linux-arm
@@ -35,8 +35,9 @@ jobs:
3535
# and in particular Windows doesn't support it
3636
rust-features: jemalloc
3737

38-
# macos-latest pointed at macos-12 this before it was changed to ARM.
39-
- os: macos-12
38+
# The 'large' runners are the only intel ones left:
39+
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
40+
- os: macos-latest-large
4041
os-name: macOS-intel
4142
project-file: cabal.project.ci.macos
4243
ghc: '9.8.2'

.github/workflows/install-script-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
os: [ubuntu-latest, macos-12]
9+
os: [ubuntu-latest, macos-latest-large]
1010
steps:
1111
- uses: actions/checkout@v4
1212

0 commit comments

Comments
 (0)