Skip to content

Commit 422867b

Browse files
committed
Bump Github runners to Xcode version 16
1 parent 27f1b5e commit 422867b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/unit_tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Xcode
2727
uses: maxim-lobanov/setup-xcode@v1
2828
with:
29-
xcode-version: 15
29+
xcode-version: 16
3030
- name: Checkout
3131
uses: actions/checkout@v3
3232
with:
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Xcode
4949
uses: maxim-lobanov/setup-xcode@v1
5050
with:
51-
xcode-version: 15
51+
xcode-version: 16
5252
- name: Checkout
5353
uses: actions/checkout@v3
5454
with:
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Xcode
6767
uses: maxim-lobanov/setup-xcode@v1
6868
with:
69-
xcode-version: 15
69+
xcode-version: 16
7070
- name: Checkout
7171
uses: actions/checkout@v3
7272
with:

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:6.0
1+
// swift-tools-version: 6.0
22
import PackageDescription
33

44
let package = Package(

0 commit comments

Comments
 (0)