Skip to content

Commit f0f0f37

Browse files
authored
Update GitHub actions environment (#163)
1 parent 63d4760 commit f0f0f37

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
DEVELOPER_DIR: /Applications/Xcode_16.0.app
11+
DEVELOPER_DIR: /Applications/Xcode_16.1.app
1212

1313
jobs:
1414
publish-docs:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
DEVELOPER_DIR: /Applications/Xcode_16.app
13+
DEVELOPER_DIR: /Applications/Xcode_16.1.app
1414

1515
jobs:
1616
test:
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
xcode_version:
2222
- 15.4
23-
- 16
23+
- 16.1
2424
platform:
2525
- ios
2626
- macos

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Open `Examples/Project.xcodeproj` and play around with it!
128128
| |Minimum Version|
129129
|------:|--------------:|
130130
|Swift |5.10, 6.0 |
131-
|Xcode |15.4, 16.0 |
131+
|Xcode |15.4, 16.1 |
132132
|iOS |14.0 |
133133
|macOS |11.0 |
134134
|tvOS |14.0 |

0 commit comments

Comments
 (0)