Skip to content

Commit 11eb8d3

Browse files
committed
disabling linux until kiwix/kiwix-build#746
1 parent 6ee06d5 commit 11eb8d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
strategy:
2929
matrix:
30-
os: [ubuntu-22.04, macos-13, windows-2022]
30+
os: [macos-13, windows-2022] # ubuntu-22.04
3131
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3232

3333
steps:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [ubuntu-20.04, macos-13, windows-2022]
23+
os: [macos-13, windows-2022] # ubuntu-20.04
2424

2525
steps:
2626
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)