Skip to content

Commit e40bac1

Browse files
authored
Merge pull request #42 from shiftkey/patch-1
Update ci to default to Ubuntu 20.04 for prebuilds
2 parents c8697f1 + 81cd97b commit e40bac1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
friendlyName: macOS
2525
- os: windows-latest
2626
friendlyName: Windows
27-
- os: ubuntu-latest
27+
- os: ubuntu-20.04
2828
friendlyName: Linux
2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v4
3131
with:
3232
submodules: recursive
3333
- name: Use Node.js ${{ matrix.node }}
34-
uses: actions/setup-node@v1
34+
uses: actions/setup-node@v4
3535
with:
3636
node-version: ${{ matrix.node }}
3737
- name: Install Python setup tools

0 commit comments

Comments
 (0)