Skip to content

Commit

Permalink
ci: update actions runner to support released xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Nov 18, 2024
1 parent ba98b92 commit c7e79a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Run tests
run: swift test
test-xcode-16:
runs-on: macos-14
runs-on: macos-15
env:
ALGOLIA_APPLICATION_ID_1: ${{ secrets.ALGOLIA_APPLICATION_ID_1 }}
ALGOLIA_ADMIN_KEY_1: ${{ secrets.ALGOLIA_ADMIN_KEY_1 }}
Expand Down

0 comments on commit c7e79a2

Please sign in to comment.