File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ${{ matrix.operating-system }}
7
7
strategy :
8
8
matrix :
9
- operating-system : [ubuntu-latest, windows-latest]
9
+ operating-system : [ubuntu-latest, windows-latest, macOS-latest ]
10
10
steps :
11
11
- name : Checkout
12
12
uses : actions/checkout@master
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ get_current_os_name() {
113
113
114
114
local uname=$( uname)
115
115
if [ " $uname " = " Darwin" ]; then
116
- echo " mac "
116
+ echo " osx "
117
117
return 0
118
118
elif [ " $uname " = " Linux" ]; then
119
119
local linux_platform_name
@@ -139,7 +139,7 @@ get_legacy_os_name() {
139
139
140
140
local uname=$( uname)
141
141
if [ " $uname " = " Darwin" ]; then
142
- echo " mac "
142
+ echo " osx "
143
143
return 0
144
144
else
145
145
if [ -e /etc/os-release ]; then
You can’t perform that action at this time.
0 commit comments