Skip to content

Commit

Permalink
Update tooling.
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay-luassat committed Jun 25, 2024
1 parent bc3cdee commit c27993d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wrkstrm-foundation-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:
path: apple/WrkstrmFoundation/.build
restore-keys: ${{ runner.os }}-spm-WrkstrmFoundation-
Expand All @@ -32,9 +32,9 @@ jobs:
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'
if: matrix.os == 'macos-latest' || matrix.os == 'macos-14' || matrix.os == 'self-hosted'
with:
xcode-version: '15.0'
xcode-version: '15.3'
- name: Swift Describe
if: steps.cache-spm.outputs.cache-hit != 'true'
run: swift package describe --type json
Expand Down
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.9
// swift-tools-version:5.10
import Foundation
import PackageDescription

Expand Down Expand Up @@ -43,7 +43,9 @@ let package = Package(
platforms: [
.iOS(.v16),
.macOS(.v13),
.macCatalyst(.v13),
.tvOS(.v16),
.visionOS(.v1),
.watchOS(.v9),
],
products: [
Expand Down

0 comments on commit c27993d

Please sign in to comment.