Skip to content

Commit

Permalink
fix: making quick testing set up ready for both ARM and AMD
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed May 22, 2024
1 parent ea40dcc commit b82b6f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/quick-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b82b6f6

Please sign in to comment.