Skip to content

Commit b6018d4

Browse files
committed
Bump toolchain to Swift 6.1.2
1 parent 9ec8692 commit b6018d4

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
OPENGRAPH_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
OPENGRAPH_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
OPENGRAPH_WERROR: 1

README.md

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

2828
## Build
2929

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

3232
## License
3333

0 commit comments

Comments
 (0)