fix: making quick testing set up ready for both ARM and AMD

This commit is contained in:
Aditya
2024-05-22 22:34:10 +05:30
parent ea40dccb4b
commit b82b6f648e
+5 -1
View File
@@ -4,7 +4,11 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
architecture: [x64, arm64]
steps:
- name: Checkout code