From 9b10c04ec0b26731a8a3340558f1ef23818c11f4 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Thu, 16 Jan 2025 10:13:03 +0100 Subject: [PATCH] Add macos-latest-large runner to release --- .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 43084ee2e..ab455a664 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