Build Tart on macOS 26 with Xcode 27

So that we can take advantage of the new provisioning
options (VZMacGuestProvisioningOptions) for macOS 27.
This commit is contained in:
Tor Arne Vestbø 2026-07-25 21:58:12 +02:00
parent cbc160a592
commit b710a85291
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ permissions:
jobs:
build_cached:
name: Build tart (cached)
runs-on: macos-26
runs-on: xcode-27
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
@ -29,7 +29,7 @@ jobs:
build_no_cache:
name: Build tart (no cache)
runs-on: macos-26
runs-on: xcode-27
timeout-minutes: 30
steps:
- uses: actions/checkout@v5

View File

@ -14,7 +14,7 @@ permissions:
jobs:
test:
name: Test
runs-on: macos-26
runs-on: xcode-27
timeout-minutes: 60
steps:
- uses: actions/checkout@v6

View File

@ -13,7 +13,7 @@ jobs:
release:
if: github.event_name == 'push' && github.repository == 'openai/tart'
name: Release
runs-on: macos-26
runs-on: xcode-27
environment: publish
timeout-minutes: 90
permissions:
@ -85,7 +85,7 @@ jobs:
snapshot:
if: github.event_name == 'workflow_dispatch'
name: Release (Dry Run)
runs-on: macos-26
runs-on: xcode-27
timeout-minutes: 90
permissions:
contents: read