Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kmamal committed Feb 22, 2025
1 parent d140c7a commit 4b41276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
fail-fast: false
matrix:
platform:
# - { name: 'Linux (x64)' ,os: ubuntu-22.04 }
# - { name: 'Windows (x64)' ,os: windows-2022 }
- { name: 'Linux (x64)' ,os: ubuntu-22.04 }
- { name: 'Windows (x64)' ,os: windows-2022 }
- { name: 'Mac (x64)' ,os: macos-14 ,arch: x64 }
- { name: 'Mac (arm64)' ,os: macos-14 ,arch: arm64 }
node: [ 23 ] # [ 18, 20, 22, 23 ]
node: [ 18, 20, 22, 23 ]

runs-on: ${{ matrix.platform.os }}

Expand Down

0 comments on commit 4b41276

Please sign in to comment.