3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 08:17:37 +00:00

Update nightly-validation.yml

This commit is contained in:
Nikolaj Bjorner 2026-02-19 09:54:29 -08:00 committed by GitHub
parent 9f91380b7d
commit 8a28bc28f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: