From 6a34372202740f00679e9cd3c9cf4e5efe2b04ae Mon Sep 17 00:00:00 2001 From: ordo-ci Date: Thu, 7 Nov 2024 09:56:38 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=94=84=20synced=20local=20'.github/?= =?UTF-8?q?workflows/'=20with=20remote=20'workflows/swift'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/swift-benchmark-delta.yml | 8 ++++---- .github/workflows/swift-macos-build.yml | 8 ++++---- .github/workflows/swift-outdated-dependencies.yml | 2 +- .github/workflows/swift-sanitizer-address.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/swift-benchmark-delta.yml b/.github/workflows/swift-benchmark-delta.yml index 31bc5e9..b840196 100644 --- a/.github/workflows/swift-benchmark-delta.yml +++ b/.github/workflows/swift-benchmark-delta.yml @@ -89,11 +89,11 @@ jobs: } > benchmark_comment - name: Comment PR if: ${{ env.hasBenchmark == '1' }} - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - filePath: benchmark_comment - comment_tag: 'Pull request benchmark comparison [${{ matrix.os }}] with' + github-token: ${{ secrets.GITHUB_TOKEN }} + file-path: benchmark_comment + comment-tag: 'Pull request benchmark comparison [${{ matrix.os }}] with' - name: Exit with correct status if: ${{ success() || failure() }} run: | diff --git a/.github/workflows/swift-macos-build.yml b/.github/workflows/swift-macos-build.yml index 05fb96e..c140c86 100644 --- a/.github/workflows/swift-macos-build.yml +++ b/.github/workflows/swift-macos-build.yml @@ -13,12 +13,12 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-14] - swift: [ "5.10" ] + os: [macos-15] + swift: [ "5.10", "6.0" ] runs-on: ${{ matrix.os }} - env: - DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer +# env: +# DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer steps: - uses: swift-actions/setup-swift@v2 diff --git a/.github/workflows/swift-outdated-dependencies.yml b/.github/workflows/swift-outdated-dependencies.yml index bad50b8..8ed989e 100644 --- a/.github/workflows/swift-outdated-dependencies.yml +++ b/.github/workflows/swift-outdated-dependencies.yml @@ -19,7 +19,7 @@ jobs: failWhenOutdated: false - name: Create Pull Request if: steps.spm-dep-check.outputs.outdatedDependencies == 'true' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: 'chore: update package dependencies' branch: updatePackageDepedencies diff --git a/.github/workflows/swift-sanitizer-address.yml b/.github/workflows/swift-sanitizer-address.yml index 65ffeec..f811bce 100644 --- a/.github/workflows/swift-sanitizer-address.yml +++ b/.github/workflows/swift-sanitizer-address.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-14] + os: [macos-15] runs-on: ${{ matrix.os }} timeout-minutes: 60