Skip to content

Commit

Permalink
chore: update Linux runners to Ubuntu 20.04 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
darfink committed Mar 6, 2024
1 parent d9642b8 commit c032bca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ jobs:
include:
# Linux
- target: i686-unknown-linux-gnu
os: ubuntu-18.04
os: ubuntu-20.04
- target: i686-unknown-linux-musl
os: ubuntu-18.04
os: ubuntu-20.04
- target: x86_64-unknown-linux-gnu
os: ubuntu-18.04
os: ubuntu-20.04
- target: x86_64-unknown-linux-musl
os: ubuntu-18.04
os: ubuntu-20.04

# Cross
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-18.04
os: ubuntu-20.04
use-cross: true
- target: aarch64-linux-android
os: ubuntu-18.04
os: ubuntu-20.04
use-cross: true
- target: mips-unknown-linux-gnu
os: ubuntu-18.04
os: ubuntu-20.04
use-cross: true

# Windows
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

test-qemu:
name: Test (${{ matrix.target }})
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env: { SSHPASS: 12345 }
strategy:
matrix:
Expand Down

0 comments on commit c032bca

Please sign in to comment.