Browse Source

Add ARM github runner and change Node.js version (#210)

* WIP

* WIP
Louis Lam 1 year ago
parent
commit
b4aa1b83a2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -14,8 +14,8 @@ jobs:
   ci:
   ci:
     strategy:
     strategy:
       matrix:
       matrix:
-        os: [ubuntu-latest, windows-latest, macos-latest]
-        node: [20.x] # Can be changed
+        os: [ubuntu-latest, windows-latest, macos-latest, ARM64]
+        node: [18.17.1] # Can be changed
     runs-on: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:
     steps:
       - name: Checkout Code
       - name: Checkout Code