Skip to content

Commit

Permalink
testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Jun 2, 2024
1 parent dd351d9 commit 114248b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
matrix:
# os: [macos-latest, ubuntu-latest, windows-2019]
# node: [21.x, 20.x, 18.x, 16.x]
os: [macos]
os: [macos-13]
node: [14.x, 16.x]
steps:
- name: Checkout code
Expand All @@ -49,9 +49,9 @@ jobs:
with:
node-version: '${{ matrix.node }}'

- if: runner.os == 'Windows'
name: Setup CSC for Windows
uses: yoavain/Setup-CSC@v5
# - if: runner.os == 'Windows'
# name: Setup CSC for Windows
# uses: yoavain/Setup-CSC@v5

- name: Setup dotnet
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 114248b

Please sign in to comment.