Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Jun 1, 2024
1 parent 941d77f commit 9b7b8a6
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,22 @@ concurrency:

jobs:
library-swift-latest:
name: Library
runs-on: macos-14
strategy:
matrix:
config:
- debug
- release
steps:
- uses: actions/checkout@v4
- name: Select Xcode 15.2
run: sudo xcode-select -s /Applications/Xcode_15.2.app

- name: Checkout Package
uses: actions/checkout@v3
with:
fetch-depth: 0
name: Library
runs-on: macos-14
strategy:
matrix:
config:
- debug
- release
steps:
- uses: actions/checkout@v4
- name: Select Xcode 15.2
run: sudo xcode-select -s /Applications/Xcode_15.2.app

- name: View Swift Version
run: swift --version
- name: View Swift Version
run: swift --version

- name: Build and Test
run: |
- name: Build and Test
run: |
swift build
swift test

0 comments on commit 9b7b8a6

Please sign in to comment.