Skip to content

Commit 0047505

Browse files
committed
Add concurrency + disable ubuntu 24.04 arm for now
1 parent ae13a8b commit 0047505

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: ["main"]
66
pull_request:
77
branches: ["main"]
8+
concurrency:
9+
group: ${{ github.repository }}-${{ github.ref }}-${{ github.head_ref }}
10+
cancel-in-progress: true
811

912
env:
1013
CARGO_TERM_COLOR: always
@@ -60,9 +63,9 @@ jobs:
6063
- os: ubuntu-latest
6164
target: x86_64-unknown-linux-gnu
6265
rust: stable
63-
- os: ubuntu-24.04-arm
64-
target: aarch64-unknown-linux-gnu
65-
rust: stable
66+
#- os: ubuntu-24.04-arm
67+
# target: aarch64-unknown-linux-gnu
68+
# rust: stable
6669
- os: macos-latest
6770
target: aarch64-apple-darwin
6871
rust: stable

0 commit comments

Comments
 (0)