Skip to content

Commit

Permalink
exclude windows regresshion build
Browse files Browse the repository at this point in the history
  • Loading branch information
aadewale committed May 13, 2022
1 parent 4766f9c commit 36820ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
platform: [x86, x64]
compiler: [gcc, tcc]
#compiler: [gcc, clang, tcc]
compiler: [gcc, clang, tcc]

steps:
- name: Checkout
Expand Down

0 comments on commit 36820ce

Please sign in to comment.