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

Commit

Permalink
frontend: change test matrix to mac only
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Jan 8, 2024
1 parent 8362403 commit b278bd2
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 @@ -23,18 +23,18 @@ jobs:
strategy:
matrix:
config:
# - os: macos-latest-xl
# arch: x64
# goarch: amd64
# daemon_name: x86_64-apple-darwin
- os: macos-latest-xl
arch: x64
goarch: amd64
daemon_name: x86_64-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: ubuntu-20.04
# arch: x64
# goarch: amd64
# daemon_name: x86_64-unknown-linux-gnu
# - os: windows-latest-l
# arch: x64
# goarch: amd64
Expand Down

0 comments on commit b278bd2

Please sign in to comment.