Skip to content

Commit

Permalink
Check on all supported macOS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Oct 28, 2023
1 parent 13571d7 commit af040e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ on:
- main

jobs:
Macos:
macOS:
strategy:
fail-fast: false
matrix:
os: [macos-11, macos-12, macos-13, macos-13-arm64]
target:
- native_dyn
- iOS_arm64
- iOS_x86_64

runs-on: macos-12
runs-on: runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
Expand Down

0 comments on commit af040e6

Please sign in to comment.