Skip to content

Commit b53844e

Browse files
committed
Update the names to be unique
1 parent 5e52bec commit b53844e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
config: .github/.licenserc.yaml
4141

42-
build-macos-15:
42+
build-macos-15-swift60:
4343
runs-on: macos-15
4444
steps:
4545
- uses: actions/checkout@v4
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build
5050
run: swift build -c release
5151

52-
build-macos-15:
52+
build-macos-15-swift61:
5353
runs-on: macos-15
5454
steps:
5555
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)