chore: Use ubuntu-18.04 for musl

This commit is contained in:
Donny 2021-10-30 23:35:28 +09:00
parent dfd8d1ad61
commit e3b8e5324b

View File

@ -140,7 +140,7 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
name: stable - linux-musl - node@lts
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2