Skip to content

Commit

Permalink
CI: try macOS 15
Browse files Browse the repository at this point in the history
Do not select a specific Xcode version, 16.2 should be default ref. https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md
  • Loading branch information
nil4 committed Jan 7, 2025
1 parent 2ce8bcd commit af66a7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
OS: "linux"

- name: "macOS ARM64"
os: macos-14
os: macos-15
env:
OS: "macOS"

Expand Down Expand Up @@ -70,8 +70,6 @@ jobs:
cd Samples/Beyond.NET.Sample.Swift
./build_dependencies
sudo xcode-select --switch /Applications/Xcode_16.0.app
xcodebuild -workspace BeyondNETSamplesSwift.xcworkspace -scheme BeyondNETSampleSwift test -destination "name=My Mac"
xcodebuild -workspace BeyondNETSamplesSwift.xcworkspace -scheme BeyondNETSampleSwift test -destination "platform=iOS Simulator,name=iPhone 16,OS=18.0"
Expand Down

0 comments on commit af66a7e

Please sign in to comment.