Skip to content

Commit 4ef754f

Browse files
committed
Adjust build-wheels workflow ubuntu version
1 parent 6c03f0b commit 4ef754f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-latest, macos-latest]
13+
os: [ubuntu-22.04, macos-latest]
1414
python-version: ["3.11", "3.12"]
1515
name: build - Python ${{ matrix.python-version }} (${{ matrix.os }})
1616
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)