Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Xcode version for ci_pr_tests.yml
  • Loading branch information
martinpucik authored Jul 25, 2022
commit a5dcff2964e86c9f24e0645a6464e2422ac38876
6 changes: 3 additions & 3 deletions .github/workflows/ci_pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on: pull_request
jobs:
tests:
name: Run Tests
runs-on: macOS-latest
#env:
#DEVELOPER_DIR: /Applications/Xcode_12.app/Contents/Developer
runs-on: macos-12
env:
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer
steps:
- name: Checkout the Git repository
uses: actions/checkout@v2
Expand Down