Skip to content

Commit

Permalink
Add macos12 and macos13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Nov 1, 2023
1 parent 1c91a16 commit 5b660d8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ name: CI
on: [push]

jobs:
Macos:
runs-on: macos-11
macOS:
strategy:
fail-fast: false
matrix:
os:
- macos-11
- macos-12
- macos-13
runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 5b660d8

Please sign in to comment.