Skip to content

Commit

Permalink
Added Xcode 16 to gitlab actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BarredEwe committed Dec 11, 2024
1 parent 1088301 commit ea0fc8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
fail-fast: false
matrix:
include:
- xcode: "Xcode_15.0.1"
runsOn: macos-13
- xcode: "Xcode_14.3.1"
runsOn: macos-13
- xcode: "Xcode_16.0"
runsOn: macos-15
- xcode: "Xcode_15.4"
runsOn: macos-14
steps:
- uses: actions/checkout@v4
- name: Select Xcode
Expand Down

0 comments on commit ea0fc8c

Please sign in to comment.