Skip to content

Commit

Permalink
Update continuous-integration.yml (#1530)
Browse files Browse the repository at this point in the history
use macos-13 as macos-12 is deprecated
  • Loading branch information
aymanhab authored Dec 10, 2024
1 parent 38d9a37 commit 5bdf9c0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ jobs:
path: OpenSim-${{ steps.build-gui.outputs.version }}-win64.exe

mac:
name: Mac12
name: Mac13

runs-on: macos-12
runs-on: macos-13

steps:
- name: Checkout opensim-gui
Expand All @@ -162,10 +162,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: symbolic link to python so GUI can find it
run: |
# sudo ln -s /Users/runner/hostedtoolcache/Python/3.8.18/x64/bin/python /usr/bin/python

- name: Install packages
run: |
Expand Down

0 comments on commit 5bdf9c0

Please sign in to comment.