Skip to content

Commit

Permalink
CI OK
Browse files Browse the repository at this point in the history
  • Loading branch information
akidon0000 committed Feb 14, 2024
1 parent d8db912 commit df8a8cf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ on: [push, pull_request]

jobs:
build:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Select Xcode
run: sudo xcode-select -s "/Applications/Xcode_15.0.1.app"
- name: build
run: swift build -v

test:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Select Xcode
run: sudo xcode-select -s "/Applications/Xcode_15.0.1.app"
- name: build
run: swift test -v

0 comments on commit df8a8cf

Please sign in to comment.