Meta: use latest ubuntu image for ci

This commit is contained in:
sandroid 2025-04-20 20:25:01 +02:00
parent 72b8d6feb2
commit 8d3652ba46
No known key found for this signature in database
GPG key ID: 91418C9982B8B76E

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: