Skip to content

Commit

Permalink
Drop macOS 11 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Oct 17, 2023
1 parent 0b20488 commit 57ffe70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [macos-11, macos-12, macos-13]
os: [macos-12, macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: 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-11
runs-on: macos-12
steps:
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
Expand Down

0 comments on commit 57ffe70

Please sign in to comment.