Skip to content

Commit

Permalink
ci: 🔄 synced local '.github/workflows/' with remote 'workflows/swift'
Browse files Browse the repository at this point in the history
  • Loading branch information
ordo-ci committed Nov 7, 2024
1 parent 9a339bd commit 6a34372
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/swift-benchmark-delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/swift-macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-outdated-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-sanitizer-address.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14]
os: [macos-15]

runs-on: ${{ matrix.os }}
timeout-minutes: 60
Expand Down

0 comments on commit 6a34372

Please sign in to comment.