Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn authored Oct 30, 2023
1 parent 25fdc5a commit 2f2b89c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,22 @@ jobs:
name: macos 13 (Xcode 15.0.0)
runs-on: macos-13
strategy:
matrix:
config: ['debug', 'release']
matrix:
config:
- debug
- release
steps:
- name: Set Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
- name: Checkout Package
uses: actions/checkout@v3
with:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: View Swift Version
run: swift --version
run: swift --version
- name: Build and Test
run: |
run: |
swift build
swift test

0 comments on commit 2f2b89c

Please sign in to comment.