We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bab6e commit 26a8f46Copy full SHA for 26a8f46
.github/workflows/tauri-ci.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- platform: [macos-latest, ubuntu-latest, windows-latest]
+ platform: [ubuntu-latest]
25
26
runs-on: ${{ matrix.platform }}
27
env:
0 commit comments