5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 06:50:36 +08:00

Disable linux tests

This commit is contained in:
Lea Anthony 2023-09-08 11:04:59 +10:00
parent 3b31d70865
commit c40debc0e9
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [windows-latest, macos-latest]
go-version: [1.21] go-version: [1.21]
steps: steps: