Skip to content

Commit

Permalink
use ubuntu-22.04 instead of ubuntu-20.04 for test on legacy platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Dec 14, 2024
1 parent a7d4049 commit 4667942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
matrix:
node-version: [19.x, 20.x, 22.x]
os: [ubuntu-20.04, ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-22.04, ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
os: [ubuntu-20.04, ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-22.04, ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
Expand Down

0 comments on commit 4667942

Please sign in to comment.