mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
build: use ubuntu-latest instead of ubuntu-22.04
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -308,7 +308,7 @@ jobs:
|
||||
needs:
|
||||
- build-go
|
||||
- build-js
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main' || github.ref_type == 'tag'
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -376,7 +376,7 @@ jobs:
|
||||
- build-nix
|
||||
- e2e
|
||||
- licenses
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
Reference in New Issue
Block a user