Skip to content

Commit

Permalink
Don't run VM tests on Arm yet
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Apr 12, 2024
1 parent 95eba00 commit e5021c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ghcr.io/cirruslabs/ubuntu-runner-arm64:22.04-md", "ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md"]
os: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e5021c1

Please sign in to comment.