Skip to content

Commit

Permalink
Remove Ubuntu 20 from CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Feb 12, 2025
1 parent 6a75aa0 commit 877e1ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
# For now, we just test the base case to see if it's generally working.
# This repeats one of the Ubuntu runs for the base case, but that's okay
# to keep it future proof when the default ubuntu-latest changes.
- os: ubuntu-20.04
case: base
# - os: ubuntu-20.04
# case: base
- os: ubuntu-22.04
case: base
- os: ubuntu-24.04
Expand Down Expand Up @@ -234,10 +234,10 @@ jobs:

matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- macos-13
# - ubuntu-20.04
# - macos-14

# -------------------------------------------------------
Expand Down Expand Up @@ -305,10 +305,10 @@ jobs:

matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- macos-13
# - ubuntu-20.04
# - macos-14

installer:
Expand Down

0 comments on commit 877e1ad

Please sign in to comment.