Skip to content

Commit

Permalink
fix github actions build
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7443 212acab6-be3b-0410-9dea-997c60f758d6
  • Loading branch information
kichik committed Oct 20, 2024
1 parent d13fbec commit 1f8ab68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f8ab68

Please sign in to comment.