Skip to content

Commit

Permalink
CI: Do not use soon-to-be-deprecated macos-11 runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 authored and ronaldtse committed Jun 25, 2024
1 parent 20419f7 commit af091cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
backend: [ 'botan' ]
shared_libs: [ 'on' ]
include:
- { os: 'macos-11', backend: '[email protected]', shared_libs: 'on' }
- { os: 'macos-12', 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 af091cc

Please sign in to comment.