Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
remove Windows node

./build.sh is not ready for Windows build
Could not find out to use bash in Windows instead of Powershell
  • Loading branch information
froque committed Sep 6, 2021
1 parent c1a1817 commit 293789f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 293789f

Please sign in to comment.