Skip to content

Commit f8c8a25

Browse files
committed
Fix builds as the Ubuntu 24.04 runner doesn't support MSBuild atm
1 parent 47f4db9 commit f8c8a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_compile_scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
dll_build:
99
name: Build DLL and Standalone Compiler
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
permissions:
1212
contents: write
1313
strategy:

0 commit comments

Comments
 (0)