mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-18 20:21:04 +00:00
Change back to macos-latest as there don't seem to be any bigger workers available right now
This commit is contained in:
parent
ea077a22d9
commit
e9812e4295
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-xl
|
||||
runs-on: macos-latest
|
||||
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-xl
|
||||
runs-on: macos-latest
|
||||
needs: prepare
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue