mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-07 05:32:21 -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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue