Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 59921b9

Browse files
committedFeb 13, 2025·
fixup! fixup! Make static runtime default and build with native ARM runners
1 parent a795d26 commit 59921b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
fail-fast: false
3030

31-
name: ${{ matrix.ARCH }}${{ matrix.USE_STATIC_RUNTIME }}
31+
name: ${{ matrix.ARCH }} ${{ matrix.BUILD_TYPE }}
3232
runs-on: ${{ matrix.RUNS_ON }}
3333

3434
env:

0 commit comments

Comments
 (0)
Please sign in to comment.