Skip to content

Commit 23f72d8

Browse files
committed
Adding dedicated swift 5.10 manifest
1 parent 3a34c47 commit 23f72d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- uses: actions/cache@v3
5252
with:
5353
path: .build
54-
key: macos-latest-spm-${{ hashFiles('**/Package.resolved') }}
54+
key: macos-14-swift-510-spm-${{ hashFiles('**/Package.resolved') }}
5555
restore-keys: |
56-
macos-latest-spm-
56+
macos-14-swift-510-spm-
5757
- name: Build
5858
run: swift build
5959
- name: Run tests

0 commit comments

Comments
 (0)