Skip to content

Commit

Permalink
Switch the MacOS runner to macos-10.15 specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Nov 4, 2021
1 parent 3369299 commit 80ebaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
TARGET_DIR: target/release

runs-on: macos-11
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 80ebaee

Please sign in to comment.