Skip to content

Commit

Permalink
ci: added macos 13 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Dec 29, 2023
1 parent e11c0ab commit 9f572bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-11, macos-12]
os:
- macos-11
- macos-12
- macos-13
build_type: [Release, Debug]
lib: [shared, static]
components: [minimal, lgpl, gpl]
Expand Down

0 comments on commit 9f572bb

Please sign in to comment.