Merge pull request #10234 from MikeMcQuaid/macos-latest

github/workflows: use macos-latest.
This commit is contained in:
Mike McQuaid 2021-01-07 10:00:42 +00:00 committed by GitHub
commit c79f63d0d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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