Skip to content

Commit

Permalink
ci: replace tests on ubuntu-20 (deprecated) with ubuntu-24
Browse files Browse the repository at this point in the history
  • Loading branch information
josephpage committed Feb 19, 2025
1 parent ac9ee8a commit fd1b022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test-latest-version:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-11, macos-12]
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-latest, macos-11, macos-12]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -39,7 +39,7 @@ jobs:
test-specific-version:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-11, macos-12]
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-latest, macos-11, macos-12]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -64,7 +64,7 @@ jobs:
if: ${{ github.repository == 'scalingo-community/setup-scalingo' }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-11, macos-12]
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-latest, macos-11, macos-12]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit fd1b022

Please sign in to comment.