Skip to content

Commit

Permalink
feat(CI): Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkrouk committed Nov 30, 2022
1 parent 9b44b5a commit 6d191cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: swift-format
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install
run: make install_formatter
- name: Format
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: macOS-12
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- name: Select Xcode 13.4.1
run: sudo xcode-select -s /Applications/Xcode_13.4.1.app
- uses: actions/checkout@v3
- name: Select Xcode 14.1.0
run: sudo xcode-select -s /Applications/Xcode_14.1.0.app
- name: Run tests
run: make test

0 comments on commit 6d191cb

Please sign in to comment.