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