Skip to content

Commit

Permalink
Update CI workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mgutski committed Feb 6, 2024
1 parent 9173eac commit cef3fdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
name: Lint
runs-on: macos-13
env:
DEVELOPER_DIR: "/Applications/Xcode_14.3.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_15.0.app/Contents/Developer"

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install swift-format
run: brew install swift-format
Expand All @@ -56,7 +56,7 @@ jobs:
run: system_profiler SPHardwareDataType SPSoftwareDataType SPDeveloperToolsDataType

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Tests
run: make tests

0 comments on commit cef3fdb

Please sign in to comment.