github/workflows: use macos-latest.

macos-11.0 capacity is too low for us at the moment.
This commit is contained in:
Mike McQuaid 2021-01-06 09:59:20 +00:00
parent 25abc3fb9c
commit fd69a74075
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
3 changed files with 4 additions and 4 deletions

View File

@ -7,13 +7,13 @@ on:
branches-ignore: branches-ignore:
- master - master
schedule: schedule:
- cron: '0 0 * * *' - cron: "0 0 * * *"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
tapioca: tapioca:
if: github.repository == 'Homebrew/brew' if: github.repository == 'Homebrew/brew'
runs-on: macos-11.0 runs-on: macos-latest
steps: steps:
- name: Set up Homebrew - name: Set up Homebrew
id: set-up-homebrew id: set-up-homebrew

View File

@ -181,7 +181,7 @@ jobs:
test-everything: test-everything:
name: test everything (macOS) name: test everything (macOS)
if: startsWith(github.repository, 'Homebrew/') if: startsWith(github.repository, 'Homebrew/')
runs-on: macos-11.0 runs-on: macos-latest
steps: steps:
- name: Set up Homebrew - name: Set up Homebrew
id: set-up-homebrew id: set-up-homebrew

View File

@ -17,7 +17,7 @@ jobs:
contains(github.event.pull_request.title, '/Library/Homebrew') contains(github.event.pull_request.title, '/Library/Homebrew')
) )
) )
runs-on: macos-11.0 runs-on: macos-latest
steps: steps:
- name: Set up Homebrew - name: Set up Homebrew
id: set-up-homebrew id: set-up-homebrew