Skip to content

Commit

Permalink
ci: use ubuntu-20.04 for linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum authored Feb 2, 2024
1 parent b2e9e28 commit 3a6f156
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
matrix:
include:
- build: linux-x86
os: ubuntu-latest
os: ubuntu-20.04
target: i686-unknown-linux-gnu

- build: linux-x86_64
os: ubuntu-latest
os: ubuntu-20.04
target: x86_64-unknown-linux-gnu

- build: linux-aarch64
os: ubuntu-latest
os: ubuntu-20.04
target: aarch64-unknown-linux-gnu

- build: win-x86
Expand Down

0 comments on commit 3a6f156

Please sign in to comment.