Skip to content

Commit

Permalink
Update GitHub actions environment (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 authored Jan 22, 2025
1 parent 63d4760 commit f0f0f37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
DEVELOPER_DIR: /Applications/Xcode_16.0.app
DEVELOPER_DIR: /Applications/Xcode_16.1.app

jobs:
publish-docs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
DEVELOPER_DIR: /Applications/Xcode_16.app
DEVELOPER_DIR: /Applications/Xcode_16.1.app

jobs:
test:
Expand All @@ -20,7 +20,7 @@ jobs:
matrix:
xcode_version:
- 15.4
- 16
- 16.1
platform:
- ios
- macos
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Open `Examples/Project.xcodeproj` and play around with it!
| |Minimum Version|
|------:|--------------:|
|Swift |5.10, 6.0 |
|Xcode |15.4, 16.0 |
|Xcode |15.4, 16.1 |
|iOS |14.0 |
|macOS |11.0 |
|tvOS |14.0 |
Expand Down

0 comments on commit f0f0f37

Please sign in to comment.