mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
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:
parent
2c2ba4f5f5
commit
c7ed34e99f
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user