Skip to content

Commit f378d19

Browse files
committed
removing redunant flag
1 parent e0e6e17 commit f378d19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
strategy:
2626
matrix:
27-
os: [ubuntu-20.04, windows-2019, macos-11]
27+
os: [ubuntu-latest, windows-2019, macos-11]
2828

2929
steps:
3030
- uses: actions/checkout@v4
@@ -69,7 +69,6 @@ jobs:
6969
- name: Build wheels
7070
env:
7171
CIBW_BUILD: "cp{39,310,311,312}-{manylinux_x86_64,win_amd64,macosx_x86_64}"
72-
CIBW_ARCHS: "x86_64"
7372
CIWB_SKIP: "*-manylinux_i686 *-musllinux* pp*"
7473
CIBW_BEFORE_BUILD: >
7574
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"

0 commit comments

Comments
 (0)