Skip to content

Commit

Permalink
Remove Xcode 14.3.1, Swift 5.8.1 CI strategy
Browse files Browse the repository at this point in the history
feature/system-FilePath
  • Loading branch information
roanutil committed Feb 23, 2024
1 parent 2a0754c commit c6b6590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
environment: default
strategy:
matrix:
xcode: ['14.3.1', '15.2']
# Swift: 5.8.1 , 5.9.2
xcode: ['15.2']
# Swift: 5.9.2
steps:
- uses: actions/checkout@v3
- name: Select Xcode ${{ matrix.xcode }}
Expand Down

0 comments on commit c6b6590

Please sign in to comment.