Skip to content

Commit

Permalink
fixup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Aug 27, 2024
1 parent 84baa9e commit ff55bd9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,15 @@ concurrency:

jobs:
ci:
runs-on: [windows-latest, ubuntu-latest, macos-latest]
name: CI

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13]

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

steps:

- name: Checkout
Expand Down

0 comments on commit ff55bd9

Please sign in to comment.