Skip to content

Commit

Permalink
Update OS and XCode versions to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg authored Jun 26, 2023
1 parent 4e486cd commit 09fde57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:

build_and_test_examples:
needs: cancel_previous
runs-on: macos-11
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.2.1'
xcode-version: latest-stable
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 09fde57

Please sign in to comment.