From 570053a0fadf3f0cde4c578bbdba76eb34ee1501 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Thu, 16 Jan 2025 10:59:25 +0100 Subject: [PATCH] Add macos-latest-large runner to release (#250) According to https://github.com/actions/runner-images?tab=readme-ov-file#available-images, `maco-latest-large` should be the non-ARM macOS version. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43084ee..ab455a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, windows-latest, macos-latest ] + os: [ ubuntu-latest, windows-latest, macos-latest, macos-latest-large ] runs-on: ${{ matrix.os }} permissions: contents: write