Skip to content

Commit

Permalink
Change to macOS CI runs from macOS-12 to macOS-13 (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierMatosD authored Nov 4, 2024
1 parent ce99f4c commit 360e5c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
preset: windows-ci
- os: ubuntu-20.04
preset: linux-ci
- os: macos-12
- os: macos-13
preset: macos-ci
runs-on: ${{ matrix.os }}
timeout-minutes: 120
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ extends:
- arch_independent
pool:
name: Azure Pipelines
vmImage: macOS-12
vmImage: macOS-13
os: macOS
variables:
VCPKG_STANDALONE_BUNDLE_SHA: $[ dependencies.arch_independent.outputs['shas.VCPKG_STANDALONE_BUNDLE_SHA'] ]
Expand Down

0 comments on commit 360e5c6

Please sign in to comment.