mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-01 03:33:47 +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' }}
|
runner: ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "linux", "release", "large"]') || 'ubuntu-latest' }}
|
||||||
profile: maxperf
|
profile: maxperf
|
||||||
- arch: x86_64-apple-darwin
|
- arch: x86_64-apple-darwin
|
||||||
runner: macos-latest
|
runner: macos-13
|
||||||
profile: maxperf
|
profile: maxperf
|
||||||
- arch: x86_64-apple-darwin-portable
|
- arch: x86_64-apple-darwin-portable
|
||||||
runner: macos-latest
|
runner: macos-13
|
||||||
profile: maxperf
|
profile: maxperf
|
||||||
- arch: x86_64-windows
|
- arch: x86_64-windows
|
||||||
runner: ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "windows", "release"]') || 'windows-2019' }}
|
runner: ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "windows", "release"]') || 'windows-2019' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user