Skip to content

Commit e3ec630

Browse files
committed
Fix Linux build
1 parent 89de8a9 commit e3ec630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
jobs:
1212
build:
1313
name: Build ShapeScript for Linux
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-20.04
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
ref: ${{ github.event.inputs.ref }}
1919
- name: Build it
@@ -22,7 +22,7 @@ jobs:
2222
SWIFTFORMAT_BIN_PATH=`swift build --configuration release --show-bin-path`
2323
mv $SWIFTFORMAT_BIN_PATH/shapescript "${HOME}/shapescript"
2424
- name: 'Upload Artifact'
25-
uses: actions/upload-artifact@v3
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: shapescript_linux
2828
path: ~/shapescript

0 commit comments

Comments
 (0)