Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
if: startsWith(matrix.options.os, 'macos')
  • Loading branch information
antonfirsov committed Aug 3, 2020
commit ff147335d4e8f66a046152b4a7466e271ecc5a67
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
framework: netcoreapp3.1
runtime: -x64
codecov: false
- os: macos-10.15
- os: macos-latest
framework: netcoreapp3.1
runtime: -x64
codecov: false
Expand Down Expand Up @@ -63,8 +63,8 @@ jobs:

- name: Install macos dependencies
shell: pwsh
#if: "${{matrix.options.os}}" == 'macos-10.15'
run: if ("${{matrix.options.os}}" -eq "macos-10.15") { brew install mono-libgdiplus } else { write-output "Not macOS" }
if: startsWith(matrix.options.os, 'macos')
run: brew install mono-libgdiplus

- name: Build
shell: pwsh
Expand Down