Skip to content

Commit

Permalink
ci: update job
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 6, 2023
1 parent a018e58 commit a5c0f26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
build:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
# os: [ macos-latest, ubuntu-latest, windows-latest ]
# Windows offers timeouts: https://github.com/unit-mesh/unit-eval/actions/runs/7101623294/job/19331414199
os: [ macos-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit a5c0f26

Please sign in to comment.