Skip to content

Commit

Permalink
Test targets other than macos
Browse files Browse the repository at this point in the history
  • Loading branch information
vrza committed May 6, 2024
1 parent 6b8fdc9 commit dd10270
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
virtual-environment: ['ubuntu-latest', 'macos-13', 'windows-2019']
virtual-environment: ['ubuntu-latest', 'windows-2019']
node: [12, 14, 16, 18, 20, 22]

runs-on: ${{ matrix.virtual-environment }}
Expand All @@ -19,16 +19,10 @@ jobs:
run: git config --global core.autocrlf false

- name: Checkout
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5

- name: Install setupools
run: pip install setuptools
uses: actions/checkout@v3

- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit dd10270

Please sign in to comment.