Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alex35mil committed Feb 23, 2024
1 parent 9a35889 commit 2ac8fcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 16.x ]
os: [ macOS-latest, windows-latest ]
node-version: [16.x]
os: [macOS-latest, windows-latest]

steps:
- name: Checkout repo
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
cd lib
yarn run build
cd ../ppx/sandbox
cd ../examples
yarn run build
- name: Run ppx tests
Expand All @@ -85,7 +85,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
os: [ubuntu-latest]

container:
image: alexfedoseev/alpine-node-yarn-esy:0.0.10
Expand Down

0 comments on commit 2ac8fcf

Please sign in to comment.