Skip to content

Commit

Permalink
pin macos release runner to macos-13 (#5665)
Browse files Browse the repository at this point in the history
* pin macos release runner to `macos-13`

* Update .github/workflows/release.yml
  • Loading branch information
antondlr authored Apr 30, 2024
1 parent d3bf9a8 commit d0602c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit d0602c3

Please sign in to comment.