Remove ubuntu-20.04

This commit is contained in:
Aparna Jyothi 2025-01-29 20:08:46 +05:30
parent b10d984bba
commit 8fa7fa142d
4 changed files with 5 additions and 13 deletions

View file

@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-20.04, ubuntu-latest, macos-13]
os: [macos-latest, ubuntu-latest, macos-13]
graalpy:
- 'graalpy-22.3'
- 'graalpy-23.0'
@ -65,7 +65,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-20.04, ubuntu-latest, macos-13]
os: [macos-latest, ubuntu-latest, macos-13]
graalpy: ['graalpy22.3', 'graalpy23.0', 'graalpy23.1', 'graalpy24.1']
steps: