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 109b44c commit 01df4d8Copy full SHA for 01df4d8
.github/actions/setup-swift/action.yaml
@@ -31,6 +31,9 @@ runs:
31
echo "Requires the use of \"${swift_arguments}\" Swift arguments"
32
echo "SWIFT_ARGUMENTS=${swift_arguments}" >> $GITHUB_ENV
33
echo "swift_arguments=${swift_arguments}" >> $GITHUB_OUTPUT
34
+ else
35
+ echo "SWIFT_ARGUMENTS=" >> $GITHUB_ENV
36
+ echo "swift_arguments=" >> $GITHUB_OUTPUT
37
fi
38
39
exit 0
.github/workflows/tests.yaml
@@ -180,7 +180,7 @@ jobs:
180
matrix:
181
include:
182
- swift_version: "5.10"
183
- os: macos-14
+ os: macos-15
184
- swift_version: "6.0"
185
os: macos-15
186
- swift_version: "6.1"
0 commit comments