From 156b98982882bea0e0cdc01ca60a918e77d87f2c Mon Sep 17 00:00:00 2001 From: jumormt Date: Mon, 5 Feb 2024 15:22:18 +1100 Subject: [PATCH] use mac latest --- .github/workflows/svf-teaching.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/svf-teaching.yml b/.github/workflows/svf-teaching.yml index 7db1de5..3db77ae 100644 --- a/.github/workflows/svf-teaching.yml +++ b/.github/workflows/svf-teaching.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, macos-11] + os: [ubuntu-20.04, macos-latest] steps: # checkout the repo - uses: actions/checkout@v2 @@ -21,10 +21,10 @@ jobs: if: runner.os == 'macOS' uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 12.5.1 + xcode-version: 14.2.0 - name: mac-setup-workaround if: runner.os == 'macOS' - run: ln -sfn /Applications/Xcode_12.5.1.app /Applications/Xcode.app + run: ln -sfn /Applications/Xcode_14.2.0.app /Applications/Xcode.app - name: ubuntu-setup if: runner.os == 'Linux' run: |