Skip to content

Commit

Permalink
Update CI workflow to Swift 6.0 and Xcode 16
Browse files Browse the repository at this point in the history
Update the CI workflow to use Swift 6.0 and Xcode 16 for testing. This ensures that the project is compatible with the latest versions of the Swift language and Xcode development tools.
  • Loading branch information
vamsii777 committed Oct 28, 2024
1 parent 8a84650 commit 5b9ea48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ubuntu_test:
name: Ubuntu Build & Test
runs-on: ubuntu-22.04
container: swift:5.7.3-jammy
container: swift:6.0
steps:
- uses: actions/checkout@v3
- name: Build
Expand All @@ -22,8 +22,8 @@ jobs:
macos_test:
name: macOS Build & Test
env:
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
runs-on: macos-12
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit 5b9ea48

Please sign in to comment.