github/workflows: use macos-latest.
macos-11.0 capacity is too low for us at the moment.
This commit is contained in:
parent
25abc3fb9c
commit
fd69a74075
4
.github/workflows/sorbet.yml
vendored
4
.github/workflows/sorbet.yml
vendored
@ -7,13 +7,13 @@ on:
|
||||
branches-ignore:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
tapioca:
|
||||
if: github.repository == 'Homebrew/brew'
|
||||
runs-on: macos-11.0
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Set up Homebrew
|
||||
id: set-up-homebrew
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -181,7 +181,7 @@ jobs:
|
||||
test-everything:
|
||||
name: test everything (macOS)
|
||||
if: startsWith(github.repository, 'Homebrew/')
|
||||
runs-on: macos-11.0
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Set up Homebrew
|
||||
id: set-up-homebrew
|
||||
|
||||
2
.github/workflows/vendor-gems.yml
vendored
2
.github/workflows/vendor-gems.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
contains(github.event.pull_request.title, '/Library/Homebrew')
|
||||
)
|
||||
)
|
||||
runs-on: macos-11.0
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Set up Homebrew
|
||||
id: set-up-homebrew
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user