Skip to content

Commit

Permalink
Update continuous_integration.yml (opensim-org#3115)
Browse files Browse the repository at this point in the history
* Update continuous_integration.yml

Allow fresh build on osx to use latest github Action environment

* Update continuous_integration.yml

set CMake variable for OSX_DEPLOYMENT to 11

* Update continuous_integration.yml

Restore mac osx-10.15 and target 10.10 for deployment
  • Loading branch information
aymanhab authored Dec 17, 2021
1 parent 60b4b04 commit 4e62268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
mac:
name: Mac

runs-on: macos-latest
runs-on: macos-10.15

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
key: ${{ runner.os }}-dependencies-${{ hashFiles('dependencies/*') }}-${{ hashFiles('gfortran_version/*') }}

- name: Build dependencies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
# if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
mkdir $GITHUB_WORKSPACE/../build_deps
cd $GITHUB_WORKSPACE/../build_deps
Expand Down

0 comments on commit 4e62268

Please sign in to comment.