Skip to content

Commit 17c6661

Browse files
authored
Bump to Xcode 16.4 toolchain (#6)
1 parent 61edb3d commit 17c6661

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/compatibility_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
include:
1616
- os: macos-15
17-
xcode-version: "16.3" # Swift 6.1
17+
xcode-version: "16.4" # Swift 6.1.2
1818
runs-on: ${{ matrix.os }}
1919
env:
2020
OPENBOX_WERROR: 1

.github/workflows/ios.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macos-15]
16-
xcode-version: ["16.3"] # Swift 6.1
17-
ios-version: ["18.0"]
16+
xcode-version: ["16.4"] # Swift 6.1.2
17+
ios-version: ["18.5"]
1818
include:
19-
- ios-version: "18.0"
19+
- ios-version: "18.5"
2020
ios-simulator-name: "iPhone 16 Pro"
2121
runs-on: ${{ matrix.os }}
2222
env:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macos-15]
16-
xcode-version: [16.3] # Swift 6.1
16+
xcode-version: [16.4] # Swift 6.1.2
1717
runs-on: ${{ matrix.os }}
1818
env:
1919
OPENBOX_WERROR: 1

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
swift_version: ["6.1"]
15+
swift_version: ["6.1.2"]
1616
runs-on: ubuntu-22.04
1717
env:
1818
OPENBOX_WERROR: 1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Currently, this project is in early development.
2020

2121
## Build
2222

23-
The current suggested toolchain to build the project is Swift 6.1 / Xcode 16.3.
23+
The current suggested toolchain to build the project is Swift 6.1.2 / Xcode 16.4.
2424

2525
## Supported platforms
2626

0 commit comments

Comments
 (0)