Skip to content

Commit 53e08fa

Browse files
committed
Continuous integration: Update wxWidgets.
1 parent 811e73e commit 53e08fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ configuration:
1717

1818
environment:
1919
# The wxWidgets version as referred to in the source package
20-
WXVERSION: 3.2.6
20+
WXVERSION: 3.2.7
2121
# The wxWidgets version as referred to in the build folder
2222
# Typically it'd be the wxWidgets version with an optional suffix
2323
# to indicate build "epoch". The epoch changes are used to invalidate
2424
# a cached wxWidgets build and force a rebuild.
25-
WXBUILDVER: 3.2.6_0
25+
WXBUILDVER: 3.2.7_0
2626
CMAKEGEN: "Ninja"
2727
matrix:
2828
- TOOLKIT_INIT: ".appveyor\\MSVC_2022_x64.ps1"

.github/workflows/compile_windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
env:
66
BUILD_TYPE: Release
7-
WXVERSION: 3.2.6
7+
WXVERSION: 3.2.7
88

99
permissions:
1010
contents: read

.github/workflows/msvc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
env:
2020
build: '${{ github.workspace }}/build'
2121
config: Debug
22-
WXVERSION: 3.2.6
22+
WXVERSION: 3.2.7
2323

2424
permissions:
2525
contents: read

0 commit comments

Comments
 (0)