Skip to content

Commit 59447d1

Browse files
committed
Swift: Use object to represent OS
1 parent 3cf3549 commit 59447d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/tools/identify-environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
set -eu
44

5-
echo '{ "configuration": { "swift": { "os": "macos-latest" } }}'
5+
echo '{ "configuration": { "swift": { "os": { "name": "macOS" } } }}'

0 commit comments

Comments
 (0)