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: ""