Skip to content

Commit

Permalink
Remove windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Dec 26, 2023
1 parent 76b304b commit cbe9993
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
max-parallel: 10
matrix:
bun-version: [1.0.20, 1.0.19]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest] # os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -40,7 +40,7 @@ jobs:
max-parallel: 10
matrix:
bun-version: [1.0.20, 1.0.19]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest] # os: [ubuntu-latest, windows-latest, macos-latest]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
max-parallel: 10
matrix:
bun-version: [1.0.20, 1.0.19]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest] # os: [ubuntu-latest, windows-latest, macos-latest]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
max-parallel: 10
matrix:
bun-version: [1.0.20, 1.0.19]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest] # os: [ubuntu-latest, windows-latest, macos-latest]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand All @@ -133,7 +133,7 @@ jobs:
max-parallel: 10
matrix:
bun-version: [1.0.20, 1.0.19]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest] # os: [ubuntu-latest, windows-latest, macos-latest]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand All @@ -160,7 +160,7 @@ jobs:
max-parallel: 10
matrix:
bun-version: [1.0.20, 1.0.19]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest] # os: [ubuntu-latest, windows-latest, macos-latest]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand Down

0 comments on commit cbe9993

Please sign in to comment.