Skip to content

Commit c7c456a

Browse files
committed
Pin x86_64 build to macos-13, as macos-latest (14) runners now use aarch64. Additionally, set aarch64 to 14 for pinning consistency.
1 parent a6c8843 commit c7c456a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
os: ubuntu-latest
2929
# Mac OS
3030
- target: aarch64-apple-darwin
31-
os: macos-latest
31+
os: macos-14
3232
- target: x86_64-apple-darwin
33-
os: macos-latest
33+
os: macos-13
3434
# Windows
3535
- target: x86_64-pc-windows-msvc
3636
os: windows-latest

.github/workflows/rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
config:
1111
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, gha_alias: 'Linux x64 - ' }
1212
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, gha_alias: 'Linux aarch64 - ' }
13-
- { os: macos-latest, target: x86_64-apple-darwin, gha_alias: 'macOS x64 - ' }
14-
- { os: macos-latest, target: aarch64-apple-darwin, gha_alias: 'macOS aarch64 - ' }
13+
- { os: macos-13, target: x86_64-apple-darwin, gha_alias: 'macOS x64 - ' }
14+
- { os: macos-14, target: aarch64-apple-darwin, gha_alias: 'macOS aarch64 - ' }
1515
- { os: windows-latest, target: x86_64-pc-windows-msvc, gha_alias: 'Windows x64 - ' }
1616
cargo_cmd:
1717
- { cmd_name: build, args: '--features=datadog-static-analyzer/secrets', gha_alias: "Build - Profile 'debug'" }

0 commit comments

Comments
 (0)