Skip to content

Commit

Permalink
ci(v7/profiling) upgrade deprecated runners (#14577)
Browse files Browse the repository at this point in the history
These runners were deprecated and are causing the release jobs to fail.
They have been upgraded in v8, but the change was not backported to v7
  • Loading branch information
JonasBa authored Dec 5, 2024
1 parent 89416b1 commit 8a1911a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1388,33 +1388,33 @@ jobs:
node: 22

# macos x64
- os: macos-12
- os: macos-13
node: 16
arch: x64
- os: macos-12
- os: macos-13
node: 18
arch: x64
- os: macos-12
- os: macos-13
node: 20
arch: x64
- os: macos-12
- os: macos-13
node: 22
arch: x64

# macos arm64
- os: macos-12
- os: macos-13
arch: arm64
node: 16
target_platform: darwin
- os: macos-12
- os: macos-13
arch: arm64
node: 18
target_platform: darwin
- os: macos-12
- os: macos-13
arch: arm64
node: 20
target_platform: darwin
- os: macos-12
- os: macos-13
arch: arm64
node: 22
target_platform: darwin
Expand Down

0 comments on commit 8a1911a

Please sign in to comment.