Skip to content

Commit

Permalink
disabling linux until kiwix/kiwix-build#746
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Aug 31, 2024
1 parent f83bbda commit 1017e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-13, windows-2022]
os: [macos-13, windows-2022] # ubuntu-22.04
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-13, windows-2022]
os: [macos-13, windows-2022] # ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1017e77

Please sign in to comment.