Skip to content

Commit

Permalink
Use macos-11 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaspit committed Nov 21, 2023
1 parent 6967bf0 commit c839242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-10.15]
os: [ubuntu-20.04, macos-11]
include:
- os: ubuntu-20.04
lib-ext: so
artifact: linux-x64
- os: macos-10.15
- os: macos-11
lib-ext: dylib
artifact: osx-x64

Expand All @@ -24,7 +24,7 @@ jobs:
- uses: lukka/get-cmake@latest

- name: Install OpenMP on macOS
if: matrix.os == 'macos-10.15'
if: matrix.os == 'macos-11'
run: HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew reinstall --build-from-source --formula ./libomp.rb

- name: CMake build
Expand Down

0 comments on commit c839242

Please sign in to comment.