Skip to content

Commit

Permalink
Bump CI OS matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bede committed Dec 14, 2024
1 parent 4e720a1 commit a87ca28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04, macos-14]
defaults:
run:
shell: bash -el {0}
Expand Down

0 comments on commit a87ca28

Please sign in to comment.