Skip to content

Commit

Permalink
Bump macOS version for actions (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Mar 1, 2023
1 parent 33fc825 commit 1accbeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
pr-pull:
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
runs-on: macos-10.15
runs-on: macos-11
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
jobs:
test-bot:
runs-on: macos-10.15
runs-on: macos-11
steps:
- name: Set up Homebrew
id: set-up-homebrew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
update:
runs-on: macos-10.15
runs-on: macos-11
steps:
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
Expand Down

0 comments on commit 1accbeb

Please sign in to comment.