Skip to content

Commit

Permalink
xcode 14.3 requires macos 13
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Jun 18, 2023
1 parent cdd40d2 commit 8555a8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-swiftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: macos-13
strategy:
matrix:
xcode: ["14.3"]
xcode: ["14.3.1"]
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app"
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:

xcode_ventura:
name: Xcode ${{ matrix.xcode }} (Xcode Project)
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
xcode: ["14.3"]
xcode: ["14.3.1"]
fail-fast: false
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app"
Expand Down

0 comments on commit 8555a8b

Please sign in to comment.