Skip to content

Commit

Permalink
Update wrkstrm-log-swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay authored Jun 29, 2024
1 parent 7731654 commit fc2463a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wrkstrm-log-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os:
- macos-13
- macos-14
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
submodules: recursive
- name: Cache SPM dependencies
id: cache-spm
uses: actions/cache@v3
uses: actions/cache@v4
with:
restore-keys: ${{ runner.os }}-spm-WrkstrmLog-
path: apple/WrkstrmLog/.build
Expand All @@ -31,10 +31,10 @@ jobs:
- name: Check Cache
run: 'echo ''Cache hit: ${{ steps.cache-spm.outputs.cache-hit }}'''
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
if: matrix.os == 'macos-latest' || matrix.os == 'macos-13' || matrix.os == 'self-hosted'
uses: maxim-lobanov/setup-xcode@v1.6
if: matrix.os == 'macos-latest' || matrix.os == 'macos-14' || matrix.os == 'self-hosted'
with:
xcode-version: '15.0'
xcode-version: '16.0.0-beta'
- name: Swift Describe
if: steps.cache-spm.outputs.cache-hit != 'true'
run: swift package describe --type json
Expand Down

0 comments on commit fc2463a

Please sign in to comment.