Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to macos-latest-large for amd64. #1490

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
os: [ 'LinuxARM', 'windows-latest', 'ubuntu-latest', 'macos-12', 'macos-latest']
os: [ 'LinuxARM', 'windows-latest', 'ubuntu-latest', 'macos-latest-large', 'macos-latest']
include:
- os: LinuxARM
os-name: Linux-arm
Expand All @@ -35,8 +35,9 @@ jobs:
# and in particular Windows doesn't support it
rust-features: jemalloc

# macos-latest pointed at macos-12 this before it was changed to ARM.
- os: macos-12
# The 'large' runners are the only intel ones left:
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
- os: macos-latest-large
os-name: macOS-intel
project-file: cabal.project.ci.macos
ghc: '9.8.2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-script-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-12]
os: [ubuntu-latest, macos-latest-large]
steps:
- uses: actions/checkout@v4

Expand Down
Loading