mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-09 16:00:58 +00:00
Switch to new macOS workers
https://github.blog/changelog/2023-04-24-github-actions-faster-macos-runners-are-now-available-in-open-public-beta/
This commit is contained in:
parent
48453a992b
commit
ea077a22d9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/debug_build.yml
vendored
2
.github/workflows/debug_build.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue