Skip to content

Commit

Permalink
ci: run on ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Nijhuis committed Apr 24, 2024
1 parent a29d39a commit 8a70403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 8a70403

Please sign in to comment.