Update build.yaml (#170)

This commit is contained in:
Antonio Navarro Perez 2023-02-14 18:12:21 +01:00 committed by GitHub
parent b384e4ea9b
commit 6eedd75014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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