Skip to content

Commit

Permalink
Fix builds as the Ubuntu 24.04 runner doesn't support MSBuild atm
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Jan 11, 2025
1 parent 039eeff commit dd8ebac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_compile_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
dll_build:
name: Build DLL and Standalone Compiler
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write
strategy:
Expand Down

0 comments on commit dd8ebac

Please sign in to comment.