Skip to content

Commit

Permalink
Change ranner from macos-12 to macos-13 due to macos-12 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Dec 10, 2024
1 parent 2eab78a commit bd601d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
fail-fast: false
matrix:
# On MacOS gcc is alias of clang these days
os: [ macos-12, macos-13, macos-14 ]
os: [ macos-13, macos-14 ]
backend: [ 'botan' ]
shared_libs: [ 'on' ]
include:
- { os: 'macos-12', backend: '[email protected]', shared_libs: 'on' }
- { os: 'macos-13', backend: '[email protected]', shared_libs: 'on' }
- { os: 'macos-14', backend: 'openssl@3', shared_libs: 'on' }
- { os: 'macos-14', backend: 'botan', shared_libs: 'off' }
- { os: 'macos-14', backend: 'botan3', shared_libs: 'on' }
Expand Down

0 comments on commit bd601d5

Please sign in to comment.