Skip to content

Commit

Permalink
CI: Pin OS to Ubuntu 22.04.
Browse files Browse the repository at this point in the history
24.04 doesn't have msbuild for some reason, so we get to do this in the meantime!
  • Loading branch information
flibitijibibo committed Dec 9, 2024
1 parent e2a9c27 commit 120a338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
linux:
name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 120a338

Please sign in to comment.