Skip to content

Commit d77dfd3

Browse files
committed
Bump deps to 2.1.1 and change windows-runner to windows-2022
1 parent 8de6504 commit d77dfd3

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/sample-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
os: [ubuntu-latest, windows-latest, macos-15, macos-15-intel]
46+
os: [ubuntu-latest, windows-2022, macos-15, macos-15-intel]
4747
env:
4848
BUILD_TYPE: Release
4949
#CXX_VERSION: 20

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
fail-fast: false
6060
matrix:
6161
python-minor: [10, 11, 12, 13, 14]
62-
os: [ubuntu-latest, windows-latest, macos-15-intel, macos-15]
62+
os: [ubuntu-latest, windows-2022, macos-15-intel, macos-15]
6363
env:
6464
# Reminder: report all variables here to CIBW_ENVIRONMENT_PASS_LINUX
6565
BUILD_TYPE: ${{ github.event.inputs.build-type || 'Release' }}

build-system/build-settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"Dependencies": {
99
"user": "LuxCoreRender",
10-
"release": "2.1.0"
10+
"release": "2.1.1"
1111
},
1212
"Build": {
1313
"gcc": "14",

build-system/debug/debug_wheels.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ FOR /F "tokens=*" %%g IN ('gh auth token') do (SET TOKEN=%%g)
1717

1818
act.exe workflow_dispatch^
1919
--action-offline-mode^
20-
--platform="windows-latest=-self-hosted"^
20+
--platform="windows-2022=-self-hosted"^
2121
--job=build-wheels^
2222
--pull=false^
2323
--secret="GITHUB_TOKEN=%TOKEN%"^
24-
--matrix=os:windows-latest^
24+
--matrix=os:windows-2022^
2525
--matrix=python-minor:11^
2626
--artifact-server-path=/tmp/pyluxcore^
2727
--rm

build-system/luxmake/deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
URL_SUFFIXES = {
2929
"Linux-X64": "ubuntu-latest",
30-
"Windows-X64": "windows-latest",
30+
"Windows-X64": "windows-2022",
3131
"macOS-ARM64": "macos-15-arm64",
3232
"macOS-X64": "macos-15-intel",
3333
}

0 commit comments

Comments
 (0)