Skip to content

Commit

Permalink
use Xcode 16 & Swift 6 on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
banjun committed Sep 24, 2024
1 parent 6f1e500 commit 1d6e08a
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 @@ -15,9 +15,9 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '^15.2.0'
xcode-version: '^16.0.0'
- uses: actions/checkout@v4
- run: swift build -c ${{ matrix.configuration }} -Xswiftc -enable-testing
- run: swift build -c ${{ matrix.configuration }} -Xswiftc -enable-testing -Xswiftc -swift-version -Xswiftc 6
podspec:
strategy:
matrix:
Expand All @@ -27,7 +27,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '^15.2.0'
xcode-version: '^16.0.0'
- uses: actions/checkout@v4
- run: bundle install
- run: bundle exec pod lib lint --platforms=${{ matrix.platform }} --configuration=${{ matrix.configuration }}

0 comments on commit 1d6e08a

Please sign in to comment.