From 8a704038d7121452794c768a5dd36f405a198bdc Mon Sep 17 00:00:00 2001 From: Jeroen Nijhuis Date: Wed, 24 Apr 2024 11:13:13 +0200 Subject: [PATCH] ci: run on ubuntu-20.04 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68d64dc..f778c03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: true matrix: - platform: [macos-latest, ubuntu-latest, windows-latest] + platform: [macos-latest, ubuntu-20.04, windows-latest] runs-on: ${{ matrix.platform }} steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4165ab2..54cab59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: args: "--target aarch64-apple-darwin" - platform: "macos-13" # Force x86_64 build on macOS 13, as the tauri github action uses process.arch to come up with the right signature filename args: "--target x86_64-apple-darwin" - - platform: "ubuntu-latest" + - platform: "ubuntu-20.04" args: "" - platform: "windows-latest" args: ""