From 7edada644f216dd4d799a480ad1d16c4d8e962b2 Mon Sep 17 00:00:00 2001 From: kmarius <5224719+kmarius@users.noreply.github.com> Date: Sun, 4 May 2025 10:11:46 +0200 Subject: [PATCH 1/3] re-enable testing on macos --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2915895..72ecc1b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,9 @@ 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", "windows-latest"] + machineTag: ["ubuntu-latest", "macos-latest"] + # machineTag: ["ubuntu-latest", "windows-latest"] runs-on: ${{ matrix.machineTag }} steps: - uses: actions/checkout@v2 From 3880e40c3194e6bfdc4c3b07c3962b358e6f83ff Mon Sep 17 00:00:00 2001 From: kmarius <5224719+kmarius@users.noreply.github.com> Date: Sun, 4 May 2025 10:15:00 +0200 Subject: [PATCH 2/3] test: bump gh-actions-lua, gh-actions-luarocks --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72ecc1b..945136b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,15 +22,15 @@ jobs: ] # 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"] + machineTag: ["ubuntu-latest"] # machineTag: ["ubuntu-latest", "windows-latest"] runs-on: ${{ matrix.machineTag }} steps: - uses: actions/checkout@v2 - - uses: leafo/gh-actions-lua@v9 + - uses: leafo/gh-actions-lua@v11 with: luaVersion: ${{ matrix.luaVersion }} - - uses: leafo/gh-actions-luarocks@v4 + - uses: leafo/gh-actions-luarocks@v5 with: luarocksVersion: "3.9.1" - name: build From a3cd2b65732004a60df8b6275e9d95057613a193 Mon Sep 17 00:00:00 2001 From: kmarius <5224719+kmarius@users.noreply.github.com> Date: Sun, 4 May 2025 10:18:49 +0200 Subject: [PATCH 3/3] test: re-enable testing on windows --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 945136b..481ad54 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,8 +22,8 @@ jobs: ] # 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"] - # machineTag: ["ubuntu-latest", "windows-latest"] + # machineTag: ["ubuntu-latest", "macos-latest"] + machineTag: ["ubuntu-latest", "windows-latest"] runs-on: ${{ matrix.machineTag }} steps: - uses: actions/checkout@v2