Skip to content

Commit

Permalink
Update swift versions to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Oct 28, 2024
1 parent 1198a63 commit 6a1a81b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- 'Tests/**/*.swift'

env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
NSUnbufferedIO: YES

jobs:
Expand All @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [macos-latest-large, ubuntu-latest]
swift_version: ["5.9", "5.10"]
swift_version: ["5.10", "6.0"]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
Expand Down

0 comments on commit 6a1a81b

Please sign in to comment.