From 1f8ab68802910f4bebe77804592f79ca70ef4b7b Mon Sep 17 00:00:00 2001 From: Amir Szekely Date: Sun, 20 Oct 2024 19:28:11 +0000 Subject: [PATCH] fix github actions build git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7443 212acab6-be3b-0410-9dea-997c60f758d6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e975841670..bd4620b6ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: python-version: ['3.x'] # 2.x is supported but EOL on GitHub Actions - os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019] # TODO fails to find VC windows-2022 + os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-13, windows-2019, windows-2022] # TODO fails to find cppunit on macos-14/15 log: [yes, no] include: - nightly: nightly