Skip to content

Commit

Permalink
Update test.yml to set Xcode 15.1 on macOS 13 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeleon authored Jan 2, 2024
1 parent 15cea3f commit f2d0c52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
max-parallel: 5
fail-fast: false
matrix:
os: [macos-13, macos-latest, ubuntu-latest, windows-latest]
os: [macos-13, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -18,6 +18,9 @@ jobs:
with:
branch: swift-5.9.2-release
tag: 5.9.2-RELEASE

- if: runner.name == 'macos-13'
run: 'sudo xcode-select -s /Applications/Xcode_15.1.app'

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f2d0c52

Please sign in to comment.