Skip to content

Commit

Permalink
ci: run tests on more macOS versions and don't fail fast (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc authored Oct 29, 2023
1 parent 5026770 commit 0c54f5e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
name: brew test-bot
name: Brew test-bot
on:
push:
branches:
- main
pull_request:

jobs:
test-bot:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13]
runs-on: ${{ matrix.os }}
os:
- ubuntu-22.04
- macos-12
- macos-13
# - macos-14 # runner not available yet
steps:
- name: Set up Homebrew
id: set-up-homebrew
Expand Down

0 comments on commit 0c54f5e

Please sign in to comment.