Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fleandrei committed Jan 13, 2025
1 parent f63bb6e commit b8314df
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
strategy:
matrix:
include:
# - os: ubuntu-latest
# arch: amd64
# target: windows
# cc: x86_64-w64-mingw32-gcc
# ext: .exe
- os: ubuntu-latest
arch: amd64
target: windows
cc: x86_64-w64-mingw32-gcc
ext: .exe
- os: ubuntu-20.04
arch: amd64
target: linux
# - os: macos-13
# arch: amd64
# target: darwin
# - os: macos-13
# arch: arm64
# target: darwin
- os: macos-13
arch: amd64
target: darwin
- os: macos-13
arch: arm64
target: darwin

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit b8314df

Please sign in to comment.