mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
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:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user