We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33694c3 commit c588e4fCopy full SHA for c588e4f
1 file changed
.github/workflows/rust.yml
@@ -12,7 +12,8 @@ env:
12
jobs:
13
build:
14
15
- runs-on: [ubuntu-latest, ubuntu-24.04-arm]
+ # runs-on: [ubuntu-latest, ubuntu-24.04-arm]
16
+ runs-on: [ubuntu-latest]
17
18
steps:
19
- uses: actions/checkout@v4
0 commit comments