Update build.yaml (#170)
This commit is contained in:
parent
b384e4ea9b
commit
6eedd75014
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
os: ubuntu-latest
|
||||
|
||||
- job_name: mac
|
||||
os: macOS-latest
|
||||
os: macOS-11
|
||||
|
||||
- job_name: windows_amd64
|
||||
os: windows-latest
|
||||
|
@ -55,7 +55,7 @@ jobs:
|
|||
run: |
|
||||
brew update
|
||||
brew install --cask osxfuse
|
||||
if: matrix.os == 'macOS-latest'
|
||||
if: matrix.os == 'macOS-11'
|
||||
|
||||
- name: Install Libraries on Windows
|
||||
shell: powershell
|
||||
|
|
Loading…
Reference in a new issue