Skip to content

Commit

Permalink
ci: Add macOS-13 to build matrix (#295)
Browse files Browse the repository at this point in the history
* ci: Add macOS-13 to build matrix

* chore: Set `timeout-minutes`

* Set `continue-on-error: true`

* Revert "Set `continue-on-error: true`"

This reverts commit c1db62d.

* deps: Drop macOS-11
  • Loading branch information
toshimaru committed Oct 9, 2023
1 parent 7eea15b commit dc98d78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ jobs:
setup:
strategy:
matrix:
os: [macOS-11, macOS-12]
os: [macOS-12, macOS-13]
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: brew bundle & bundle install & serverkit apply
Expand Down

0 comments on commit dc98d78

Please sign in to comment.