From 7f9b659cb412b4c16f00a72aaedf66ce64083dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 8 Sep 2025 13:34:11 +0200 Subject: [PATCH] ci: fix macOS release CI Updated macOS runner version and modified brew install command. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65a64007..0758961b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,14 +43,14 @@ jobs: path: txiki-windows-x86_64 build-macos: - runs-on: macos-14 + runs-on: macos-latest steps: - uses: actions/checkout@v4 with: submodules: true - name: build macos-latest run: | - brew install cmake autoconf automake libtool texinfo + brew install autoconf automake libtool make BUILD_MACOS_MULTIARCH=1 mkdir txiki-macos