We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e52bec commit b53844eCopy full SHA for b53844e
.github/workflows/build_and_test.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
config: .github/.licenserc.yaml
41
42
- build-macos-15:
+ build-macos-15-swift60:
43
runs-on: macos-15
44
steps:
45
- uses: actions/checkout@v4
@@ -49,7 +49,7 @@ jobs:
49
- name: Build
50
run: swift build -c release
51
52
+ build-macos-15-swift61:
53
54
55
0 commit comments