Skip to content

Commit ed89755

Browse files
authored
Update macOS version and checkout action in workflow
1 parent 13a05d6 commit ed89755

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/carplay.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,19 @@ on:
99
jobs:
1010
build:
1111
name: Build and Test The SwiftRadio-CarPlay using any available iPhone simulator
12-
runs-on: macos-15
12+
runs-on: macos-26
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
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
1725
- name: Set Default Scheme
1826
run: |
1927
scheme_list=$(xcodebuild -list -json | tr -d "\n")

0 commit comments

Comments
 (0)