From 8e6d1d7997cd77c193c239df50843efafc7f74ee Mon Sep 17 00:00:00 2001 From: kmarius <5224719+kmarius@users.noreply.github.com> Date: Sun, 4 May 2025 13:05:36 +0200 Subject: [PATCH] test: re-enable testing on macos --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e75a129..5dff460 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +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"] + machineTag: ["ubuntu-latest", "macos-latest"] runs-on: ${{ matrix.machineTag }} steps: - uses: actions/checkout@v2