Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci/cd: switch to ubuntu-22.04 for windows build
We don't want the build to fail with the next `ubuntu-latest`
update, so for now, we will stick with `ubuntu-22.04`,
which is working perfectly.
  • Loading branch information
DeckerSU committed Mar 14, 2025
commit 02b02fb10d8a74f74a234d7d5c4cce8aef59e7d6
2 changes: 1 addition & 1 deletion .github/workflows/komodo_win_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
windows-build:

name: Win Build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down