We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a05d6 commit ed89755Copy full SHA for ed89755
1 file changed
.github/workflows/carplay.yml
@@ -9,11 +9,19 @@ on:
9
jobs:
10
build:
11
name: Build and Test The SwiftRadio-CarPlay using any available iPhone simulator
12
- runs-on: macos-15
+ runs-on: macos-26
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
+ - name: Select latest Xcode
18
+ uses: maxim-lobanov/setup-xcode@v1
19
+ with:
20
+ xcode-version: latest-stable
21
+ - name: Verify toolchain
22
+ run: |
23
+ xcodebuild -version
24
+ swift --version
25
- name: Set Default Scheme
26
run: |
27
scheme_list=$(xcodebuild -list -json | tr -d "\n")
0 commit comments