mirror of
https://github.com/Z3Prover/z3
synced 2026-04-29 07:13:37 +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:
|
validate-exe-macos-x64:
|
||||||
name: "Validate executable on 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' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -640,7 +640,7 @@ jobs:
|
||||||
|
|
||||||
validate-python-wheel-macos-x64:
|
validate-python-wheel-macos-x64:
|
||||||
name: "Validate Python wheel on 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' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue