Skip to content

Commit

Permalink
ci: Use macos-15 VM image for Xcode 16.1 tests (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored Nov 13, 2024
1 parent 403eb6b commit 2ac80ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-tests-xcode-swift-6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- '.tuist-version'
tuist-generation:
runs-on: macos-latest
runs-on: macos-15
needs: [changes]
if: ${{ needs.changes.outputs.ios == 'true' || needs.changes.outputs.codegen == 'true' || needs.changes.outputs.pagination == 'true' || needs.changes.outputs.tuist == 'true' }}
timeout-minutes: 8
Expand All @@ -63,7 +63,7 @@ jobs:
key: ${{ github.run_id }}-dependencies

run-swift-builds:
runs-on: macos-latest
runs-on: macos-15
timeout-minutes: 15
strategy:
fail-fast: false
Expand All @@ -85,7 +85,7 @@ jobs:
cd ${{ matrix.package }} && swift build
build-and-unit-test:
runs-on: macos-latest
runs-on: macos-15
needs: [tuist-generation, changes]
timeout-minutes: 20
strategy:
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
# CodegenTestConfigurations removed because source is not compatible with Sendable yet.

verify-frontend-bundle-latest:
runs-on: macos-latest
runs-on: macos-15
needs: [changes]
if: ${{ needs.changes.outputs.codegen == 'true' }}
timeout-minutes: 5
Expand All @@ -209,7 +209,7 @@ jobs:
git diff --exit-code
verify-cli-binary-archive:
runs-on: macos-latest
runs-on: macos-15
needs: [changes]
if: ${{ needs.changes.outputs.codegen == 'true' }}
timeout-minutes: 5
Expand All @@ -227,7 +227,7 @@ jobs:
run: ./cli-version-check.sh

run-cocoapods-integration-tests:
runs-on: macos-latest
runs-on: macos-15
timeout-minutes: 20
name: Cocoapods Integration Tests - macOS
steps:
Expand Down

0 comments on commit 2ac80ba

Please sign in to comment.