Skip to content

Commit 92f2f6a

Browse files
committed
Rename workflows
1 parent 00cbd01 commit 92f2f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
jobs:
17-
ubuntu-latest:
17+
tests-linux:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
ESPEAK_DATA="/build/lib/Linux-$(uname -m)/piper_phonemize/lib/espeak-ng-data" GO_TAGS="tts stablediffusion" make test
110110
111-
macOS-latest:
111+
tests-apple:
112112
runs-on: macOS-latest
113113
strategy:
114114
matrix:

0 commit comments

Comments
 (0)