Skip to content

Commit

Permalink
chore: change Github workflow MacOS distribution
Browse files Browse the repository at this point in the history
Github discontinued MacOS 10 (I think?), switch to macos-latest.
  • Loading branch information
Hugal31 committed Aug 3, 2023
1 parent 39b0090 commit 62bd4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
build-macos:
strategy:
matrix:
os: [ macos-10.15 ]
os: [ macos-latest ]
features: [ "vendored,bindgen", "vendored,bundled-4_3_1" ]
rust: [ stable, nightly ]
cryptolib: [ "OpenSSL", "CommonCrypto", "disabled" ]
Expand Down

0 comments on commit 62bd4ee

Please sign in to comment.