Skip to content

(fix) remove windows and macOS from CI #2

(fix) remove windows and macOS from CI

(fix) remove windows and macOS from CI #2

Workflow file for this run

on:
push:
pull_request:
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
nimversion:
- devel
- stable
name: ${{ matrix.os }} - ${{ matrix.nimversion }}
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nimversion }}
- run: nimble productionBuild