Skip to content

Commit

Permalink
Fix linux launchers by downgrading to ubuntu-20.04 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Nov 7, 2023
1 parent 792a08c commit a26f218
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-20.04, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
UPLOAD_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

generate-static-launcher:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
UPLOAD_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

generate-mostly-static-launcher:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
publish:
needs: generate-launchers
if: github.event_name == 'push'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit a26f218

Please sign in to comment.