mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 00:07:36 +00:00
Update nightly-validation.yml
This commit is contained in:
parent
9f91380b7d
commit
8a28bc28f1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly-validation.yml
vendored
4
.github/workflows/nightly-validation.yml
vendored
|
|
@ -390,7 +390,7 @@ jobs:
|
|||
|
||||
validate-exe-macos-x64:
|
||||
name: "Validate executable 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:
|
||||
|
|
@ -640,7 +640,7 @@ jobs:
|
|||
|
||||
validate-python-wheel-macos-x64:
|
||||
name: "Validate Python wheel 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue