Skip to content

Commit

Permalink
Update spelling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 9, 2024
1 parent a4c1815 commit 73f379b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ concurrency:
jobs:
typos_check:
name: "文A Typos"
runs-on: "macos-13"
runs-on: "macos-latest"
timeout-minutes: 1
steps:
-
name: "Checkout repository"
uses: "actions/[email protected]"
-
name: "xcode"
# macos-13 -> macosx13.3
run: |
xcodebuild -showsdks; echo ___
xcrun --show-sdk-version; echo ___
Expand Down

0 comments on commit 73f379b

Please sign in to comment.