Skip to content

Commit

Permalink
drop ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Dec 18, 2024
1 parent a3d55a9 commit adabf1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
arch: [x64, arm64]
runs-on: ubuntu-20.04 # < compile with ancient Ubuntu
runs-on: ubuntu-22.04 # < compile with oldest supported Ubuntu
steps:
- name: Setup QEMU
if: ${{ matrix.arch == 'arm64' }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
os: [ubuntu-22.04, ubuntu-24.04]
arch: [x64, arm64]
node-version: [18, 20, 22, 23]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit adabf1a

Please sign in to comment.