Meta: use latest ubuntu image for ci (#433)

This commit is contained in:
sandr01d 2025-04-22 18:06:55 +02:00 committed by GitHub
parent 72b8d6feb2
commit 8c0355ca9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-20.04, ubuntu-22.04]
os: [macos-latest, ubuntu-latest]
# Steps represent a sequence of tasks that will be executed as part of the job
steps: