Skip to content

Commit

Permalink
Merge pull request #65 from jumormt/master
Browse files Browse the repository at this point in the history
update mac
  • Loading branch information
yuleisui authored Feb 5, 2024
2 parents f6fea3f + 5723ef7 commit 64147df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/svf-example-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 64147df

Please sign in to comment.