Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos authored Jan 30, 2024
1 parent 8c2f537 commit 7ecb2a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-13]
os: [ubuntu-20.04, macos-13]
build_type: ['Release']
staticcompile: ['ON', 'OFF']

Expand All @@ -29,6 +29,10 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
run: sudo apt-get update && sudo apt-get install -yq help2man

- name: Install gmpxx for mac
if: matrix.os == 'macos-13'
run: brew install gmp

- name: Installing Numpy
run: |
pip install pip --upgrade
Expand Down

0 comments on commit 7ecb2a3

Please sign in to comment.