Skip to content

Commit

Permalink
Merge pull request #1358 from jumormt/macos
Browse files Browse the repository at this point in the history
use macos-latest for lib publish
  • Loading branch information
yuleisui authored Feb 5, 2024
2 parents 46568b3 + 583d8d5 commit 2238d8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/svf-lib_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 @@ -26,11 +26,11 @@ 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
ln -sfn /Applications/Xcode_14.2.0.app /Applications/Xcode.app
brew install astyle
- name: ubuntu-setup
if: runner.os == 'Linux'
Expand Down

0 comments on commit 2238d8b

Please sign in to comment.