ci: run on a fixed version of hosted runner

Github delays the -latest tag for some months, set the latest version
manually.
This commit is contained in:
Ben Grande 2024-06-22 10:37:20 +02:00
parent 2c2ba4f5f5
commit c7ed34e99f
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -27,7 +27,7 @@ jobs:
lint:
strategy:
fail-fast: false
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Update package list
run: sudo apt-get -y update