Skip to content

Commit

Permalink
re-enable testing on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
kmarius committed Oct 27, 2024
1 parent 21af235 commit 905da61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
"luajit-2.1.0-beta3",
]
# TODO: add windows-latest once: https://github.com/leafo/gh-actions-lua/pull/23 is fully released
# machineTag: ["ubuntu-latest", "macos-latest", "windows-latest"]
machineTag: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.machineTag }}
steps:
Expand Down

0 comments on commit 905da61

Please sign in to comment.