Skip to content

Commit

Permalink
Downgrade to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jan 4, 2023
1 parent 66387ca commit f05a1ad
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,19 @@ jobs:
- os: macOS-latest
uploaded_filename: sbtn-x86_64-apple-darwin
local_path: client/target/bin/sbtn
- os: ubuntu-latest
jobtype: 1
- os: ubuntu-20.04
uploaded_filename: sbtn-x86_64-pc-linux
local_path: client/target/bin/sbtn
- os: ubuntu-22.04
jobtype: 1
- os: ubuntu-20.04
uploaded_filename: sbtn-aarch64-pc-linux
local_path: client/target/bin/sbtn
jobtype: 2
- os: windows-2019
uploaded_filename: sbtn-x86_64-pc-win32.exe
local_path: client\target\bin\sbtn.exe
jobtype: 1
env:
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M
steps:
Expand Down Expand Up @@ -54,7 +58,7 @@ jobs:
uses: uraimo/run-on-arch-action@v2.5.0
with:
arch: aarch64
distro: ubuntu22.04
distro: ubuntu20.04

# Speeds up builds per the run-on-arch-action README
githubToken: ${{ github.token }}
Expand Down

0 comments on commit f05a1ad

Please sign in to comment.