Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Nov 1, 2024
1 parent 399a8fb commit 527e094
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
pull_request:
branches:
- '*'
- "*"
workflow_dispatch:

concurrency:
Expand All @@ -19,8 +19,8 @@ jobs:
runs-on: macos-14
strategy:
matrix:
config: ['debug', 'release']
xcode: ['15.4', '16.0']
config: ["debug", "release"]
xcode: ["15.4", "16.0"]
steps:
- uses: actions/checkout@v4
- name: Select Xcode ${{ matrix.xcode }}
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Run tests
run: |
swift test
swift test -c release
swift test -c release

0 comments on commit 527e094

Please sign in to comment.