Skip to content

Commit 120a338

Browse files
committed
CI: Pin OS to Ubuntu 22.04.
24.04 doesn't have msbuild for some reason, so we get to do this in the meantime!
1 parent e2a9c27 commit 120a338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
linux:
77
name: Linux
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v3
1111
with:

0 commit comments

Comments
 (0)