Skip to content

Commit

Permalink
ci: update macos-12 runners to macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman committed Oct 28, 2024
1 parent 5f0b2ef commit c0aa720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- platform: unknown-linux-gnu
runner: ubuntu-20.04
- platform: apple-darwin
runner: macos-12
runner: macos-14
exclude:
- platform: pc-windows-msvc
arch: aarch64
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- platform: pc-windows-msvc
runner: windows-2022
- platform: apple-darwin
runner: macos-12
runner: macos-14
exclude:
- platform: pc-windows-msvc
arch: aarch64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
$Platforms += 'macos'
$Platforms | ForEach-Object {
$Runner = switch ($_) { 'windows' { 'windows-2022' } 'macos' { 'macos-12' } 'linux' { 'ubuntu-20.04' } }
$Runner = switch ($_) { 'windows' { 'windows-2022' } 'macos' { 'macos-14' } 'linux' { 'ubuntu-20.04' } }
foreach ($Arch in $Archs) {
$Jobs += @{
arch = $Arch
Expand Down

0 comments on commit c0aa720

Please sign in to comment.