Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup CI workflow with GitHub Actions #2

Merged
merged 5 commits into from
Aug 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Disable test on macOS
andooown committed Aug 22, 2023
commit 7ddcbbe1dc58e99efc97d03432a43e3e69c15830
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
# masos-latest is disabled due to unknown error
# i.e. https://github.com/andooown/lexicon-gen/actions/runs/5938947489/job/16104384865?pr=2
os: [ubuntu-latest]
swift-version: ["5.8"]
steps:
- uses: swift-actions/setup-swift@v1