File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
runs-on : macos-latest
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- - uses : swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
20
+ - uses : swift-actions/setup-swift@v1
21
21
with :
22
- swift-version : " 5.9.0 "
22
+ swift-version : " 5.9"
23
23
- name : Get swift version
24
- run : swift --version # Swift 5.9.0
24
+ run : swift --version # Swift 5.9.x
25
25
- name : Compile Swift for MacOS
26
26
run : |
27
27
echo "compiling for MacOSP"
@@ -36,11 +36,11 @@ jobs:
36
36
runs-on : macos-latest
37
37
steps :
38
38
- uses : actions/checkout@v4
39
- - uses : swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
39
+ - uses : swift-actions/setup-swift@v1
40
40
with :
41
- swift-version : " 5.9.0 "
41
+ swift-version : " 5.9"
42
42
- name : Get swift version
43
- run : swift --version # Swift 5.9.0
43
+ run : swift --version # Swift 5.9.x
44
44
- name : Compile Swift for glibc linux
45
45
run : |
46
46
echo "compiling for Linux"
You can’t perform that action at this time.
0 commit comments