Browse Source

workflow: Set XCode version to 16

rdb 1 month ago
parent
commit
bba39286c7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -110,7 +110,7 @@ jobs:
 
 
     - name: Set up XCode (macOS)
     - name: Set up XCode (macOS)
       if: runner.os == 'macOS'
       if: runner.os == 'macOS'
-      run: sudo xcode-select -s /Applications/Xcode_14.3.1.app/Contents/Developer
+      run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
 
 
     - name: Install dependencies (Ubuntu)
     - name: Install dependencies (Ubuntu)
       if: startsWith(matrix.os, 'ubuntu')
       if: startsWith(matrix.os, 'ubuntu')
@@ -400,7 +400,7 @@ jobs:
 
 
     - name: Set up XCode (macOS)
     - name: Set up XCode (macOS)
       if: runner.os == 'macOS'
       if: runner.os == 'macOS'
-      run: sudo xcode-select -s /Applications/Xcode_14.3.1.app/Contents/Developer
+      run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
 
 
     - name: Set up Python 3.13
     - name: Set up Python 3.13
       uses: actions/setup-python@v6
       uses: actions/setup-python@v6