Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed May 3, 2023
1 parent 7f41076 commit 8a93b3c
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,14 @@ jobs:
matrix:
os:
- ubuntu-latest
# - windows-latest
# - macOS-latest
- windows-latest
- macOS-latest
experimental: [false]
nim-version:
- 1.6.0
# - devel
include:
- os: windows-latest
experimental: true
nim-version: 1.6.0
# - stable
# - devel
# exclude:
- os: macos-latest
experimental: true
nim-version: 1.6.0
# - stable
# - devel
# nim-version: stable
- stable
- devel

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 8a93b3c

Please sign in to comment.