From 5ce4479549dbb43efb2b1ea161a63d1cb8cc4167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Sun, 17 Jul 2022 12:23:50 +0200 Subject: [PATCH] Run workflow with ubuntu-latest --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08f55f9..8218437 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: build-common-stages: name: 'Build common stages' - runs-on: 'ubuntu-22.04' + runs-on: 'ubuntu-latest' permissions: contents: 'read' strategy: @@ -39,7 +39,7 @@ jobs: build: name: 'Build ${{ matrix.arch }} image' needs: ['build-common-stages'] - runs-on: 'ubuntu-22.04' + runs-on: 'ubuntu-latest' permissions: contents: 'read' strategy: @@ -78,7 +78,7 @@ jobs: name: 'Push ${{ matrix.arch }} image' if: "startsWith(github.ref, 'refs/tags/v')" needs: ['build'] - runs-on: 'ubuntu-22.04' + runs-on: 'ubuntu-latest' permissions: contents: 'read' strategy: @@ -106,7 +106,7 @@ jobs: name: 'Push manifest' if: "startsWith(github.ref, 'refs/tags/v')" needs: ['push'] - runs-on: 'ubuntu-22.04' + runs-on: 'ubuntu-latest' permissions: contents: 'read' steps: @@ -126,7 +126,7 @@ jobs: name: 'Create GitHub release' if: "startsWith(github.ref, 'refs/tags/v')" needs: ['push-manifest'] - runs-on: 'ubuntu-22.04' + runs-on: 'ubuntu-latest' permissions: contents: 'write' steps: