We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341e326 commit 931010aCopy full SHA for 931010a
1 file changed
.github/workflows/pr-development.yml
@@ -13,13 +13,13 @@ concurrency:
13
14
jobs:
15
ci-arm64:
16
- uses: algebraic-programming/TaskR/.github/workflows/pr-development-workflow.yml@master
+ uses: Algebraic-Programming/TaskR/.github/workflows/pr-development-workflow.yml@master
17
with:
18
os: ubuntu-24.04-arm
19
arch: arm64
20
21
ci-amd64:
22
23
24
os: ubuntu-24.04
25
arch: amd64
0 commit comments