mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 08:17:37 +00:00
update macos runner id
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9c4e172e95
commit
99e1ba3a6e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly-validation.yml
vendored
4
.github/workflows/nightly-validation.yml
vendored
|
|
@ -137,7 +137,7 @@ jobs:
|
|||
|
||||
validate-nuget-macos-x64:
|
||||
name: "Validate NuGet on macOS x64"
|
||||
runs-on: macos-13
|
||||
runs-on: macos-15-intel
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
|
|
@ -705,7 +705,7 @@ jobs:
|
|||
|
||||
validate-macos-headerpad-x64:
|
||||
name: "Validate macOS x64 dylib headerpad"
|
||||
runs-on: macos-13
|
||||
runs-on: macos-15-intel
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue