From 9f6a5c78899f222a51bec37712456af1a3048733 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 4 Nov 2024 16:13:32 +0100 Subject: [PATCH] change to macos 13 --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3465e3..a926f00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: name: linux-build path: fyne-cross/bin/linux-amd64 build-mac: - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v2 - name: Set up Go @@ -54,6 +54,8 @@ jobs: # - name: Install Docker # run: | # brew install docker + - name: Install QEMU 9.0.2 + uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82 - name: Set up Docker uses: crazy-max/ghaction-setup-docker@v3 - name: Build Fyne application for macOS