diff --git a/.github/workflows/iOS.yml b/.github/workflows/iOS.yml index fe56136..27a98b2 100644 --- a/.github/workflows/iOS.yml +++ b/.github/workflows/iOS.yml @@ -7,15 +7,8 @@ on: branches: [ master ] jobs: - macos: - runs-on: macos-15 - name: macOS - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Build - run: | - swift --version - xcrun xcodebuild build -scheme "Noise" -destination \ - "generic/platform=ios" + build: + uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master + with: + xcode-scheme: 'swift-noise-Package' + destination: ${{ github.workflow }} diff --git a/.github/workflows/tvOS.yml b/.github/workflows/tvOS.yml index 6faa837..1dbd98c 100644 --- a/.github/workflows/tvOS.yml +++ b/.github/workflows/tvOS.yml @@ -7,15 +7,8 @@ on: branches: [ master ] jobs: - macos: - runs-on: macos-15 - name: macOS - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Build - run: | - swift --version - xcrun xcodebuild build -scheme "Noise" -destination \ - "generic/platform=tvos" + build: + uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master + with: + xcode-scheme: 'swift-noise-Package' + destination: ${{ github.workflow }} diff --git a/.github/workflows/visionOS.yml b/.github/workflows/visionOS.yml index 38e99c9..a3ab329 100644 --- a/.github/workflows/visionOS.yml +++ b/.github/workflows/visionOS.yml @@ -7,16 +7,8 @@ on: branches: [ master ] jobs: - macos: - runs-on: macos-15 - name: macOS - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Build - run: | - swift --version - xcrun xcodebuild build -scheme "Noise" -destination \ - "generic/platform=visionos" - + build: + uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master + with: + xcode-scheme: 'swift-noise-Package' + destination: ${{ github.workflow }} diff --git a/.github/workflows/watchOS.yml b/.github/workflows/watchOS.yml index b7714e9..f2c7085 100644 --- a/.github/workflows/watchOS.yml +++ b/.github/workflows/watchOS.yml @@ -7,16 +7,8 @@ on: branches: [ master ] jobs: - macos: - runs-on: macos-15 - name: macOS - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Build - run: | - swift --version - xcrun xcodebuild build -scheme "Noise" -destination \ - "generic/platform=watchos" - + build: + uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master + with: + xcode-scheme: 'swift-noise-Package' + destination: ${{ github.workflow }} diff --git a/Package.resolved b/Package.resolved index dd18b1e..ca0632b 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/tayloraswift/swift-hash", "state" : { - "revision" : "7a3fbb75ec4c88421796faaf0b47f16ffc21b348", - "version" : "0.6.2" + "revision" : "4d70a941b7039358f2ec8565f6c3b53c05f6c6ef", + "version" : "0.6.3" } }, { @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/tayloraswift/swift-png", "state" : { - "revision" : "99c1279148c0843328263b39158bf10ea7ea469e", - "version" : "4.4.4" + "revision" : "e677ba0728150c41118c52fcbebdfa74b071ab17", + "version" : "4.4.7" } } ],