File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 test :
8- runs-on : ubuntu -latest
8+ runs-on : macos -latest
99 steps :
1010 - uses : actions/checkout@v4
1111 - uses : actions/setup-node@v4
@@ -15,10 +15,10 @@ jobs:
1515
1616 - name : Install Swift
1717 run : |
18- curl -O https://download.swift.org/swiftly/linux /swiftly-$(uname -m).tar.gz && \
19- tar zxf swiftly-$(uname -m).tar.gz && \
20- . /swiftly init --quiet-shell-followup && \
21- . "${SWIFTLY_HOME_DIR:-$HOME/.local/share/ swiftly}/env.sh" && \
18+ curl -O https://download.swift.org/swiftly/darwin /swiftly.pkg && \
19+ installer -pkg swiftly.pkg -target CurrentUserHomeDirectory && \
20+ ~/.swiftly/bin /swiftly init --quiet-shell-followup && \
21+ . "${SWIFTLY_HOME_DIR:-$HOME/.swiftly}/env.sh" && \
2222 hash -r
2323
2424 - name : Configure Swift
You can’t perform that action at this time.
0 commit comments