Skip to content

Commit

Permalink
Workaround for macOS 11 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Oct 18, 2021
1 parent 5548d63 commit 10fcff5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
include:
- os: ubuntu-latest
targetOs: Linux
- os: macOS-latest
- os: macOS-10.15
targetOs: macOS
- os: ubuntu-latest
targetOs: Windows
Expand Down Expand Up @@ -46,7 +46,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macOS-10.15
- macOS-11
- windows-latest
name: Test built binaries
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 10fcff5

Please sign in to comment.