From 5773c2af7282b345ddba232b02d101703f8dcf11 Mon Sep 17 00:00:00 2001 From: pederhan Date: Mon, 4 Nov 2024 09:48:17 +0100 Subject: [PATCH] Use macOS 13 runner --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ab7dfbce..d7c5acac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,6 +48,7 @@ jobs: os: - ubuntu-latest - windows-latest + - macos-13 # only non-large x86 macOS runner image available - macos-latest include: - os: ubuntu-latest @@ -55,7 +56,7 @@ jobs: container: redhat/ubi8:latest - os: windows-latest platform: win-x86_64 - - os: macos-latest-large + - os: macos-13 platform: macos-x86_64 - os: macos-latest platform: macos-arm64 @@ -168,6 +169,7 @@ jobs: ---------|--------------|---------- Linux | x86_64 | [mreg-cli-${{ github.ref_name }}-linux-x86_64](https://github.com/${{ github.repository }}/releases/download/${{ github.ref_name }}/mreg-cli-${{ github.ref_name }}-linux-x86_64) Windows | x86_64 | [mreg-cli-${{ github.ref_name }}-win-x86_64.exe](https://github.com/${{ github.repository }}/releases/download/${{ github.ref_name }}/mreg-cli-${{ github.ref_name }}-win-x86_64.exe) + macOS | x86_64 | [mreg-cli-${{ github.ref_name }}-macos-x86_64](https://github.com/${{ github.repository }}/releases/download/${{ github.ref_name }}/mreg-cli-${{ github.ref_name }}-macos-x86_64) macOS | ARM64 | [mreg-cli-${{ github.ref_name }}-macos-arm64](https://github.com/${{ github.repository }}/releases/download/${{ github.ref_name }}/mreg-cli-${{ github.ref_name }}-macos-arm64) ## PyPI Package