Skip to content

Commit b465d7d

Browse files
committed
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into neos4LargeBnds
2 parents 0ae7aa0 + 1b3e89e commit b465d7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
python3 -m pytest $GITHUB_WORKSPACE
201201
202202
build_wheel_windows:
203-
runs-on: windows-latest
203+
runs-on: windows-2019
204204
steps:
205205
- uses: actions/checkout@v4
206206

.github/workflows/build-wheels-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build-wheels-push
22

33
# on: push
4-
4+
55
on:
66
release:
77
types:
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Build wheels
40-
uses: pypa/cibuildwheel@v2.18.1
40+
uses: pypa/cibuildwheel@v2.19
4141
env:
4242
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
4343
- uses: actions/upload-artifact@v3

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Build wheels
35-
uses: pypa/cibuildwheel@v2.18.1
35+
uses: pypa/cibuildwheel@v2.19
3636
env:
3737
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
3838

0 commit comments

Comments
 (0)