Skip to content

Commit bb24f06

Browse files
committed
Update build os to target macos-latest
1 parent cbc033d commit bb24f06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
build:
1919
name: Build & Test
20-
runs-on: macos-latest
20+
runs-on: macos-26.2
2121

2222
steps:
2323
# Step 1: Check out the repository code
@@ -40,7 +40,7 @@ jobs:
4040
# Step 5: Configure Xcode version
4141
- name: Select Xcode version
4242
run: |
43-
sudo xcode-select -switch /Applications/Xcode_15.2.app
43+
sudo xcode-select -switch /Applications/Xcode_26.2.app
4444
/usr/bin/xcodebuild -version
4545
# Run XCode tests with specific configurations:
4646
# - Builds and runs the test suite

0 commit comments

Comments
 (0)