Skip to content

Commit

Permalink
feat: Build linux bundles with ubuntu-22.04 (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Jan 28, 2025
1 parent ec3c174 commit b54da3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- os: "macos-latest" # for Intel based macs.
args: "--target x86_64-apple-darwin"
symbol: 🍎
- os: "ubuntu-latest"
- os: "ubuntu-22.04"
symbol: 🐧
install: |
sudo apt-get update
Expand Down

0 comments on commit b54da3e

Please sign in to comment.