From ea077a22d919ac000c7a952a8a9ecd3dddc74242 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 25 Apr 2023 15:49:04 +0200 Subject: [PATCH] Switch to new macOS workers https://github.blog/changelog/2023-04-24-github-actions-faster-macos-runners-are-now-available-in-open-public-beta/ --- .github/workflows/debug_build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug_build.yml b/.github/workflows/debug_build.yml index 5855454..b78e968 100644 --- a/.github/workflows/debug_build.yml +++ b/.github/workflows/debug_build.yml @@ -64,7 +64,7 @@ jobs: path: target/${{ matrix.target }}/release/lychee.tar.gz macos: - runs-on: macos-latest + runs-on: macos-latest-xl steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4e74f4..134fe3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: asset_content_type: application/gzip macos: - runs-on: macos-latest + runs-on: macos-latest-xl needs: prepare steps: - uses: actions/checkout@v3