Skip to content

Commit

Permalink
guthub actions: use macos-10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGrandperrin authored Jan 12, 2021
1 parent 6f39258 commit 141b8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
RUST_BACKTRACE: full

macos-nightly:
runs-on: macos-11.0
runs-on: macos-10.15 # macos-11 is not yet supported by upstream honggfuzz
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 141b8e7

Please sign in to comment.