Skip to content

Commit

Permalink
Updated OS versions in the GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf-axosoft committed Sep 18, 2024
1 parent c9ebe0b commit 2298343
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,7 @@ jobs:
strategy:
matrix:
node: [18, 20, 22]
os: [windows-2016, ubuntu-16.04, ubuntu-18.04, macOS-latest]
arch: [x86, x64]
exclude:
- os: ubuntu-16.04
arch: x86
- os: ubuntu-18.04
arch: x86
- os: macOS-latest
arch: x86
os: [windows-2022, ubuntu-20.04, ubuntu-24.04, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +22,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
architecture: ${{ matrix.arch }}

- run: yarn

Expand Down

0 comments on commit 2298343

Please sign in to comment.