Skip to content

Commit

Permalink
Set ubuntu 20 properly
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Sep 26, 2023
1 parent ca3e1bf commit e3a0b3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-openssl1-build-prebuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:

jobs:
build-for-linux:
runs-on: ubuntu-22.04
# Ubuntu 20 only provides openssl at max
runs-on: ubuntu-20.04
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
steps:
Expand Down

0 comments on commit e3a0b3a

Please sign in to comment.