Skip to content

Commit

Permalink
[CI] Add macos-13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Sep 25, 2023
1 parent bee5ac3 commit fabcc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ]
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, macos-13, windows-2019, windows-2022 ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fabcc05

Please sign in to comment.