Skip to content

Commit 507996e

Browse files
committed
ubuntu-22.04
1 parent 7fc2e00 commit 507996e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/node.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build-and-test:
1313
name: Build and test
14-
runs-on: ubuntu-jammy
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 15
1616

1717
steps:
@@ -38,7 +38,7 @@ jobs:
3838

3939
validate-prod-dependencies:
4040
name: Validate production dependencies
41-
runs-on: ubuntu-jammy
41+
runs-on: ubuntu-22.04
4242
continue-on-error: true
4343
timeout-minutes: 15
4444

@@ -73,7 +73,7 @@ jobs:
7373
trivy-scanning:
7474
uses: nrkno/github-workflow-docker-build-push/.github/workflows/workflow.yaml@v4.1.1
7575
with:
76-
runs-on: "['ubuntu-jammy']"
76+
runs-on: "['ubuntu-22.04']"
7777
registry-url: ghcr.io
7878
name: nrkno/sofie-quantel-gateway
7979
# Don't actually push any images, this is just for trivy scanning for now
@@ -88,7 +88,7 @@ jobs:
8888

8989
docker-image-release:
9090
name: Make docker image release
91-
runs-on: ubuntu-jammy
91+
runs-on: ubuntu-22.04
9292
needs: [build-and-test, validate-prod-dependencies]
9393
timeout-minutes: 30
9494

0 commit comments

Comments
 (0)