Skip to content

Commit

Permalink
Continue using macOS 13 on jobs that use Xcode 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Jan 31, 2024
1 parent 8188615 commit 8f67d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test-package-excluding-visionOS:
name: "Test Package"
runs-on: macos-14
runs-on: macos-13
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

build-example-excluding-visionOS:
name: "Build Example App"
runs-on: macos-14
runs-on: macos-13
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 8f67d98

Please sign in to comment.