diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 045453bf33d..8083c5e61d4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -144,7 +144,7 @@ jobs: build-macos: name: Build Erlang/OTP (macOS) - runs-on: macos-12 + runs-on: macos-15 needs: pack env: WXWIDGETS_VERSION: 3.1.5 @@ -194,7 +194,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/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4.2.2