From a9b12f44b01a92ad4f4e6ab8d4c8989e98074c7e Mon Sep 17 00:00:00 2001 From: Nico Domino Date: Tue, 27 Aug 2024 14:11:42 +0200 Subject: [PATCH] fix: use ubuntu-22.04 to build app for release (#4767) --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d0a899504..630c56ae5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -86,7 +86,7 @@ jobs: platform: - macos-13 # [macOs, x64] - macos-latest # [macOs, ARM64] - - ubuntu-20.04 # [linux, x64] + - ubuntu-22.04 # [linux, x64] - windows-latest # [windows, x64] runs-on: ${{ matrix.platform }} @@ -256,7 +256,7 @@ jobs: platform: - macos-13 # [macOs, x64] - macos-latest # [macOs, ARM64] - - ubuntu-20.04 # [linux, x64] + - ubuntu-22.04 # [linux, x64] - windows-latest # [windows, x64] steps: - uses: actions/checkout@v4