pin macos release runner to macos-13 (#5665)

* pin macos release runner to `macos-13`

* Update .github/workflows/release.yml
This commit is contained in:
antondlr
2024-04-30 10:56:49 +02:00
committed by GitHub
parent d3bf9a8956
commit d0602c3207

View File

@@ -52,10 +52,10 @@ jobs:
runner: ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "linux", "release", "large"]') || 'ubuntu-latest' }}
profile: maxperf
- arch: x86_64-apple-darwin
runner: macos-latest
runner: macos-13
profile: maxperf
- arch: x86_64-apple-darwin-portable
runner: macos-latest
runner: macos-13
profile: maxperf
- arch: x86_64-windows
runner: ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "windows", "release"]') || 'windows-2019' }}