We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc033d commit bb24f06Copy full SHA for bb24f06
1 file changed
.github/workflows/sonarcloud.yml
@@ -17,7 +17,7 @@ jobs:
17
18
build:
19
name: Build & Test
20
- runs-on: macos-latest
+ runs-on: macos-26.2
21
22
steps:
23
# Step 1: Check out the repository code
@@ -40,7 +40,7 @@ jobs:
40
# Step 5: Configure Xcode version
41
- name: Select Xcode version
42
run: |
43
- sudo xcode-select -switch /Applications/Xcode_15.2.app
+ sudo xcode-select -switch /Applications/Xcode_26.2.app
44
/usr/bin/xcodebuild -version
45
# Run XCode tests with specific configurations:
46
# - Builds and runs the test suite
0 commit comments