We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae13a8b commit 0047505Copy full SHA for 0047505
1 file changed
.github/workflows/main.yml
@@ -5,6 +5,9 @@ on:
5
branches: ["main"]
6
pull_request:
7
8
+concurrency:
9
+ group: ${{ github.repository }}-${{ github.ref }}-${{ github.head_ref }}
10
+ cancel-in-progress: true
11
12
env:
13
CARGO_TERM_COLOR: always
@@ -60,9 +63,9 @@ jobs:
60
63
- os: ubuntu-latest
61
64
target: x86_64-unknown-linux-gnu
62
65
rust: stable
- - os: ubuntu-24.04-arm
- target: aarch64-unknown-linux-gnu
- rust: stable
66
+ #- os: ubuntu-24.04-arm
67
+ # target: aarch64-unknown-linux-gnu
68
+ # rust: stable
69
- os: macos-latest
70
target: aarch64-apple-darwin
71
0 commit comments