File 1123-gh-Bump-wxwidgets-version.patch of Package erlang
From 809feac98bd3110235dccd414d1e4d39a6bac04f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Backstr=C3=B6m?= <lukas@erlang.org>
Date: Thu, 17 Oct 2024 13:26:39 +0200
Subject: [PATCH 1/2] gh: Bump wxwidgets version
---
.github/workflows/main.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index ce50c86a1e..c54ee01159 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -105,7 +105,7 @@ jobs:
runs-on: macos-12
needs: pack
env:
- WXWIDGETS_VERSION: 3.1.5
+ WXWIDGETS_VERSION: 3.2.6
steps:
- uses: actions/checkout@v4.1.0
@@ -190,7 +190,7 @@ jobs:
run:
shell: wsl-bash {0}
env:
- WXWIDGETS_VERSION: 3.1.4
+ WXWIDGETS_VERSION: 3.2.6
name: Build Erlang/OTP (Windows)
runs-on: windows-2022
needs: pack
--
2.43.0