File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
os : ubuntu-latest
29
29
# Mac OS
30
30
- target : aarch64-apple-darwin
31
- os : macos-latest
31
+ os : macos-14
32
32
- target : x86_64-apple-darwin
33
- os : macos-latest
33
+ os : macos-13
34
34
# Windows
35
35
- target : x86_64-pc-windows-msvc
36
36
os : windows-latest
Original file line number Diff line number Diff line change 10
10
config :
11
11
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, gha_alias: 'Linux x64 - ' }
12
12
- { 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 - ' }
15
15
- { os: windows-latest, target: x86_64-pc-windows-msvc, gha_alias: 'Windows x64 - ' }
16
16
cargo_cmd :
17
17
- { cmd_name: build, args: '--features=datadog-static-analyzer/secrets', gha_alias: "Build - Profile 'debug'" }
You can’t perform that action at this time.
0 commit comments