From 965a4cf530d658f77dc80859ea6606b46f9d753c Mon Sep 17 00:00:00 2001 From: Patrick Quist Date: Thu, 3 Nov 2022 13:48:31 +0100 Subject: [PATCH] back to ub22 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 229f8ce..1afd981 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ env: jobs: clang_check: name: 01 - Code Format Check - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3 @@ -173,7 +173,7 @@ jobs: linux_build: name: 02 - Linux - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: true matrix: @@ -347,7 +347,7 @@ jobs: make-release: name: 03 - Create and upload release - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') needs: [macos_build, linux_build, windows_build] defaults: