Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
name: "Linux Tests"
strategy:
matrix:
node: [14, 16, 18]
node: [18]
arch: [x86, arm64]
runs-on: ubuntu-latest
container: ubuntu:20.04
steps:
Expand Down Expand Up @@ -86,8 +87,8 @@ jobs:
name: "macOS Tests"
strategy:
matrix:
node: [14, 16, 18]
runs-on: macOS-10.15
node: [18]
runs-on: macos-12
# This is mostly the same as the Linux steps, waiting for anchor support
# https://github.com/actions/runner/issues/1182
steps:
Expand Down
Loading