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