Skip to content

Commit

Permalink
ci: chang names again
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart authored Oct 23, 2024
1 parent a41826e commit 7952e59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ubuntu // CPython 3.9--3.12
name: '🐧-🐍3.9--3.12'

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-macOS_arm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: macOS-14 // CPython 3.9--3.12
name: '🍎-🐍3.9--3.12'

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-macOS_intel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: macOS-13 // CPython 3.9--3.12
name: '🍏-🐍3.9--3.12'

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: windows // CPython 3.9--3.12
name: '🏒-🐍3.9--3.12'

on:
push:
Expand Down

0 comments on commit 7952e59

Please sign in to comment.