Skip to content

Commit

Permalink
Add macOS 13 Xcode 15 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
STREGA committed Sep 30, 2023
1 parent 3857a5e commit 380f7b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- os: macos-13
swift_version: 5.8
xcode: /Applications/Xcode_14.3.app/Contents/Developer
# - os: macos-14 # will be available October-December 2023
# swift_version: 5.9
# xcode: /Applications/Xcode_15.0.app/Contents/Developer
- os: macos-13 # TODO: macos-14 runner expected in October-December 2023
swift_version: 5.9
xcode: /Applications/Xcode_15.0.app/Contents/Developer
- os: ubuntu-20.04
swift_version:
name: Build on ${{ matrix.os }} with Swift ${{ matrix.swift_version }}
Expand Down

0 comments on commit 380f7b4

Please sign in to comment.