Skip to content

Commit

Permalink
ci: replace macos-11 workflows with newer ones
Browse files Browse the repository at this point in the history
GitHub Actions does not support `macos-11` anymore - let's replace
it with the newer versions.
  • Loading branch information
drewdzzz committed Oct 14, 2024
1 parent e9f8330 commit f95044f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
runs-on:
- ubuntu-20.04
- ubuntu-22.04
- macos-11
- macos-12
- macos-13
- macos-14
build-type:
- Debug
- RelWithDebInfo
Expand Down

0 comments on commit f95044f

Please sign in to comment.