Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
frontend: add more matrix to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Jan 12, 2024
1 parent 962829a commit 69f6b48
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ jobs:
arch: x64
goarch: amd64
daemon_name: x86_64-apple-darwin
# - os: macos-latest-xl
# arch: arm64
# goarch: arm64
# daemon_name: aarch64-apple-darwin
- os: macos-latest-xl
arch: arm64
goarch: arm64
daemon_name: aarch64-apple-darwin
# - os: ubuntu-20.04
# arch: x64
# goarch: amd64
# daemon_name: x86_64-unknown-linux-gnu
# - os: windows-latest-l
# arch: x64
# goarch: amd64
# daemon_name: x86_64-pc-windows-msvc
- os: windows-latest-l
arch: x64
goarch: amd64
daemon_name: x86_64-pc-windows-msvc
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 69f6b48

Please sign in to comment.