From 5bdf9c0e7f7c232bb944072ae68a73cd338d8fb9 Mon Sep 17 00:00:00 2001 From: Ayman Habib Date: Tue, 10 Dec 2024 13:53:36 -0800 Subject: [PATCH] Update continuous-integration.yml (#1530) use macos-13 as macos-12 is deprecated --- .github/workflows/continuous-integration.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a23890e37..1cb640acb 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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 @@ -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: |