Skip to content

Commit 432d1ab

Browse files
committed
[tests] Fix workflow names
1 parent 5cc286f commit 432d1ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_package_macos-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: macos-13
1+
name: macos-latest
22
on:
33
workflow_call:
44
inputs:

.github/workflows/test_package_ubuntu-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: macos-13
1+
name: ubuntu-latest
22
on:
33
workflow_call:
44
inputs:

0 commit comments

Comments
 (0)