Skip to content

Commit 4f6ac63

Browse files
committed
try running unit tests under macos-latest
Signed-off-by: Brian DeHamer <[email protected]>
1 parent b7a00a3 commit 4f6ac63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
runs-on: [ubuntu-latest, macos-latest-large, windows-latest]
19+
runs-on: [ubuntu-latest, macos-latest, windows-latest]
2020

2121
# Node 18 is the current default Node version in hosted runners, so users may still use the toolkit with it when running tests (see https://github.com/actions/toolkit/issues/1841)
2222
# Node 20 is the currently support Node version for actions - https://docs.github.com/actions/sharing-automations/creating-actions/metadata-syntax-for-github-actions#runsusing-for-javascript-actions

0 commit comments

Comments
 (0)