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 ed89755 commit 2b7a45aCopy full SHA for 2b7a45a
1 file changed
.github/workflows/ios.yml
@@ -9,11 +9,19 @@ on:
9
jobs:
10
build:
11
name: Build and Test the SwiftRadio iOS target using any available iPhone simulator
12
- runs-on: macos-15
13
-
+ runs-on: macos-26
+
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