mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-02 10:24:56 -05: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:
|
lint:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Update package list
|
- name: Update package list
|
||||||
run: sudo apt-get -y update
|
run: sudo apt-get -y update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user