From 0402e8d10fde3879987d09607ad13aa52babd173 Mon Sep 17 00:00:00 2001 From: Steven Janzou Date: Wed, 16 Oct 2024 01:10:20 -0600 Subject: [PATCH] Update workflow to wxWidgets 3.2.6 to address artifact issue in Ubuntu GitHub Actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66a2c14c7..2d2b5f577 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release DEFAULT_BRANCH: develop - WX_VERSION: '3.2.4' + WX_VERSION: '3.2.6' jobs: build-ubuntu: