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 bbda8a2 commit 352e895Copy full SHA for 352e895
.github/workflows/swift.yml
@@ -25,11 +25,11 @@ jobs:
25
# Checkout the repository code
26
- uses: actions/checkout@v4
27
28
- # Set up Xcode (use apple/setup-xcode to specify the version of Xcode)
+ # Set up Xcode using maxim-lobanov/setup-xcode
29
- name: Set up Xcode
30
- uses: apple/setup-xcode@v3
+ uses: maxim-lobanov/setup-xcode@v1
31
with:
32
- xcode-version: '15.0.1' # Specify your Xcode version
+ xcode-version: '15.0.1' # Specify the Xcode version
33
34
# Optionally resolve SPM dependencies
35
- name: Resolve SPM dependencies
@@ -45,5 +45,3 @@ jobs:
45
# Run the tests
46
- name: Run tests
47
run: swift test -v
48
-
49
0 commit comments