Skip to content

Commit dc55086

Browse files
authored
Update continuous_integration.yml
Remove ever failing mac 10.15 build pending a new mac-11 recipe
1 parent 4e931f1 commit dc55086

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/continuous_integration.yml

-30
Original file line numberDiff line numberDiff line change
@@ -142,36 +142,6 @@ jobs:
142142
with:
143143
name: win64-opensim-4.4-py311np123.tar.bz2
144144
path: C:/Miniconda3/envs/test/conda-bld/win-64/opensim-4.4-py311np123.tar.bz2
145-
mac:
146-
name: Mac
147-
148-
runs-on: macos-10.15
149-
150-
steps:
151-
- uses: actions/checkout@v1
152-
153-
- name: Install Homebrew packages
154-
# Save the gfortran version to a file so we can use it in the cache key.
155-
run: |
156-
brew install cmake pkgconfig autoconf libtool automake wget pcre doxygen [email protected]
157-
brew reinstall gcc
158-
pip3 install numpy==1.20.2
159-
gfortran -v
160-
mkdir gfortran_version
161-
gfortran -v &> gfortran_version/gfortran_version.txt
162-
163-
- uses: conda-incubator/setup-miniconda@v2
164-
with:
165-
auto-update-conda: true
166-
miniconda-version: "latest"
167-
168-
- name: Install conda-build
169-
run: conda install conda-build
170-
171-
- name: Conda build
172-
run: |
173-
cd $GITHUB_WORKSPACE
174-
conda build .
175145

176146
ubuntu38:
177147
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)