Try to replace macos version

This commit is contained in:
jimmyfraiture
2025-10-01 10:49:22 +01:00
parent b41adf1cc5
commit 154e93c290
2 changed files with 5 additions and 5 deletions

View File

@@ -99,10 +99,10 @@ jobs:
fail-fast: false
matrix:
include:
- runner: macos-14
- runner: macos-latest
target: aarch64-apple-darwin
profile: dev
- runner: macos-14
- runner: macos-latest
target: x86_64-apple-darwin
profile: dev
- runner: ubuntu-24.04
@@ -128,7 +128,7 @@ jobs:
# there could be release-only build errors we want to catch.
# Hopefully this also pre-populates the build cache to speed up
# releases.
- runner: macos-14
- runner: macos-latest
target: aarch64-apple-darwin
profile: release
- runner: ubuntu-24.04

View File

@@ -58,9 +58,9 @@ jobs:
fail-fast: false
matrix:
include:
- runner: macos-14
- runner: macos-latest
target: aarch64-apple-darwin
- runner: macos-14
- runner: macos-latest
target: x86_64-apple-darwin
- runner: ubuntu-24.04
target: x86_64-unknown-linux-musl