Change back to macos-latest as there don't seem to be any bigger workers available right now

This commit is contained in:
Matthias 2023-04-25 17:54:57 +02:00
parent ea077a22d9
commit e9812e4295
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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