Skip to content

Commit 6a34372

Browse files
author
ordo-ci
committed
ci: 🔄 synced local '.github/workflows/' with remote 'workflows/swift'
1 parent 9a339bd commit 6a34372

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

‎.github/workflows/swift-benchmark-delta.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ jobs:
8989
} > benchmark_comment
9090
- name: Comment PR
9191
if: ${{ env.hasBenchmark == '1' }}
92-
uses: thollander/actions-comment-pull-request@v2
92+
uses: thollander/actions-comment-pull-request@v3
9393
with:
94-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95-
filePath: benchmark_comment
96-
comment_tag: 'Pull request benchmark comparison [${{ matrix.os }}] with'
94+
github-token: ${{ secrets.GITHUB_TOKEN }}
95+
file-path: benchmark_comment
96+
comment-tag: 'Pull request benchmark comparison [${{ matrix.os }}] with'
9797
- name: Exit with correct status
9898
if: ${{ success() || failure() }}
9999
run: |

‎.github/workflows/swift-macos-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [macos-14]
17-
swift: [ "5.10" ]
16+
os: [macos-15]
17+
swift: [ "5.10", "6.0" ]
1818

1919
runs-on: ${{ matrix.os }}
20-
env:
21-
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
20+
# env:
21+
# DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
2222

2323
steps:
2424
- uses: swift-actions/setup-swift@v2

‎.github/workflows/swift-outdated-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
failWhenOutdated: false
2020
- name: Create Pull Request
2121
if: steps.spm-dep-check.outputs.outdatedDependencies == 'true'
22-
uses: peter-evans/create-pull-request@v6
22+
uses: peter-evans/create-pull-request@v7
2323
with:
2424
commit-message: 'chore: update package dependencies'
2525
branch: updatePackageDepedencies

‎.github/workflows/swift-sanitizer-address.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [macos-14]
15+
os: [macos-15]
1616

1717
runs-on: ${{ matrix.os }}
1818
timeout-minutes: 60

0 commit comments

Comments
 (0)