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 5ccae2e commit 7fc495dCopy full SHA for 7fc495d
.github/workflows/unit-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: maxim-lobanov/setup-xcode@v1
30
with:
31
- xcode-version: "16.3"
+ xcode-version: latest
32
- uses: actions/checkout@v3
33
- uses: actions/cache@v3
34
@@ -72,6 +72,8 @@ jobs:
72
key: macos-14-swift-510-spm-${{ hashFiles('**/Package.resolved') }}
73
restore-keys: |
74
macos-14-swift-510-tests-spm-
75
+ - name: Remove Resolved
76
+ run: rm -rf Package.resolved
77
- name: Build
78
run: swift build
79
- name: Run tests
@@ -97,6 +99,8 @@ jobs:
97
99
key: ${{ matrix.os }}-${{ matrix.swift }}-spm-${{ hashFiles('**/Package.resolved') }}
98
100
101
${{ matrix.os }}-tests-spm-
102
103
104
105
106
0 commit comments