From 825b67b5aae7e5703513521a72568a97ee105155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Backstr=C3=B6m?= Date: Wed, 11 Dec 2024 22:07:51 +0100 Subject: [PATCH] gh: Update macos 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 045453bf33d0..8083c5e61d42 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