fix: sticking to ubuntu-latest for tests

This commit is contained in:
Aditya
2024-05-22 22:36:31 +05:30
parent b82b6f648e
commit 8203125ebf
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
architecture: [x64, arm64]
steps: