Skip to content

Commit a3eb460

Browse files
authored
ZJIT, YJIT: Make the workflow names consistent with file names (ruby#14462)
ZJIT, YJIT: Make the workflow names consistent with file names
1 parent 4263b7e commit a3eb460

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/yjit-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: YJIT macOS Arm64
1+
name: YJIT macOS
22
on:
33
push:
44
branches:

.github/workflows/zjit-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ZJIT macOS Arm64
1+
name: ZJIT macOS
22
on:
33
push:
44
branches:

0 commit comments

Comments
 (0)