Skip to content

Commit

Permalink
Merge branch 'lukas/gh/maint-26' into maint
Browse files Browse the repository at this point in the history
* lukas/gh/maint-26:
  gh: Bump macos runner version
  gh: Bump wxwidgets version
  • Loading branch information
garazdawi committed Oct 31, 2024
2 parents 97e39b1 + ca80f33 commit aef73a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
if: needs.pack.outputs.c-code-changes
env:
WXWIDGETS_VERSION: 3.2.6
MACOS_VERSION: 15
steps:
- uses: actions/[email protected]

Expand All @@ -193,7 +194,7 @@ jobs:
uses: actions/[email protected]
with:
path: wxWidgets
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh')}}-15
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh') }}-${{ env.MACOS_VERSION }}

- name: Compile wxWidgets
if: steps.wxwidgets-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit aef73a5

Please sign in to comment.