Skip to content

Commit 2e4cbf8

Browse files
committed
test: re-enable testing on macos
1 parent 3880e40 commit 2e4cbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
]
2323
# TODO: add windows-latest once: https://github.com/leafo/gh-actions-lua/pull/23 is fully released
2424
# machineTag: ["ubuntu-latest", "macos-latest", "windows-latest"]
25-
machineTag: ["ubuntu-latest"]
25+
machineTag: ["ubuntu-latest", "macos-latest"]
2626
# machineTag: ["ubuntu-latest", "windows-latest"]
2727
runs-on: ${{ matrix.machineTag }}
2828
steps:

0 commit comments

Comments
 (0)