Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
Remove ever failing mac 10.15 build pending a new mac-11 recipe
  • Loading branch information
aymanhab authored May 22, 2023
1 parent 4e931f1 commit dc55086
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,36 +142,6 @@ jobs:
with:
name: win64-opensim-4.4-py311np123.tar.bz2
path: C:/Miniconda3/envs/test/conda-bld/win-64/opensim-4.4-py311np123.tar.bz2
mac:
name: Mac

runs-on: macos-10.15

steps:
- uses: actions/checkout@v1

- name: Install Homebrew packages
# Save the gfortran version to a file so we can use it in the cache key.
run: |
brew install cmake pkgconfig autoconf libtool automake wget pcre doxygen [email protected]
brew reinstall gcc
pip3 install numpy==1.20.2
gfortran -v
mkdir gfortran_version
gfortran -v &> gfortran_version/gfortran_version.txt
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
miniconda-version: "latest"

- name: Install conda-build
run: conda install conda-build

- name: Conda build
run: |
cd $GITHUB_WORKSPACE
conda build .

ubuntu38:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit dc55086

Please sign in to comment.