Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Oct 31, 2024
2 parents a84653f + 97e39b1 commit 0f995a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ jobs:
build-macos:
name: Build Erlang/OTP (macOS)
runs-on: macos-12
runs-on: macos-15
needs: pack
if: needs.pack.outputs.c-code-changes
env:
WXWIDGETS_VERSION: 3.1.5
WXWIDGETS_VERSION: 3.2.6
steps:
- uses: actions/[email protected]

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

- name: Compile wxWidgets
if: steps.wxwidgets-cache.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
RELEASE_LIBBEAM: yes
TARGET_ARCH: aarch64-apple-ios
name: Build Erlang/OTP (iOS)
runs-on: macos-12
runs-on: macos-15
needs: pack
steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -260,7 +260,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
Expand Down

0 comments on commit 0f995a7

Please sign in to comment.