Skip to content

Commit

Permalink
Comment out non-Linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Nov 23, 2024
1 parent dc2c8e6 commit 15e0f65
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
strategy:
matrix:
include:
- os: windows-2019
name: win-x86
param: -x86
- os: windows-2019
name: win-x64
param: -x64
- os: windows-2019
name: win-arm64
param: -arm64
# - os: windows-2019
# name: win-x86
# param: -x86
# - os: windows-2019
# name: win-x64
# param: -x64
# - os: windows-2019
# name: win-arm64
# param: -arm64
- os: ubuntu-24.04
name: linux-x64
- os: ubuntu-24.04
Expand All @@ -39,10 +39,10 @@ jobs:
name: linux-musl-arm
- os: ubuntu-24.04
name: linux-musl-arm64
- os: macos-13
name: osx-x64
- os: macos-13
name: osx-arm64
# - os: macos-13
# name: osx-x64
# - os: macos-13
# name: osx-arm64
fail-fast: false
steps:
- name: Checkout
Expand Down

0 comments on commit 15e0f65

Please sign in to comment.