Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaslab committed Nov 25, 2024
1 parent f7f18f7 commit 2c2b5bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
test-on-macos:
strategy:
matrix:
xcode-version: ['16.0', '15.4', '15.2', '14.3.1']
runs-on: macos-latest
xcode-version: ['16.1', '15.4', '15.2']
runs-on: macos-14
timeout-minutes: 3
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode-version }}.app
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
swift-version: ['6.0', '5.10', '5.9', '5.8']
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .swift-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"spaces": 4
},
"indentConditionalCompilationBlocks": false,
"lineLength": 500,
"lineLength": 200,
"spacesAroundRangeFormationOperators": true,
"version": 1
}

0 comments on commit 2c2b5bd

Please sign in to comment.