Skip to content

Commit

Permalink
test FlyCI
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Jan 15, 2024
1 parent 8f2b1cb commit e7877a7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
strategy:
matrix:
os: [
macos-11,
macos-12,
macos-13,
"flyci-macos-large-latest-m1",
# macos-11,
# macos-12,
# macos-13,
]
runs-on: ${{ matrix.os }}
steps:
- run: sw_vers
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
Expand Down

0 comments on commit e7877a7

Please sign in to comment.