Skip to content

Commit

Permalink
CI // Boost Xcode version to 16.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikiSuen committed Mar 4, 2025
1 parent 558dc3f commit b65f919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
jobs:
build:
name: Build
runs-on: macOS-13
runs-on: macos-14
env:
GIT_SSL_NO_VERIFY: true
steps:
- uses: maxim-lobanov/setup-xcode@v1
- uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: '^15.1'
xcode-version: '16.1.0'
- uses: actions/checkout@v1
- name: Clean
run: make spmClean
Expand Down

0 comments on commit b65f919

Please sign in to comment.