Skip to content

Commit

Permalink
Pin ubuntu test runner to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Morilli committed Oct 11, 2024
1 parent 95cf257 commit 9444b3e
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 @@ -32,7 +32,7 @@ jobs:
matrix:
os:
- { prettyname: Windows, fullname: windows-latest }
- { prettyname: Linux, fullname: ubuntu-latest }
- { prettyname: Linux, fullname: ubuntu-22.04 } # newer ubuntu versions don't ship with mono, so we need to pin for now, see https://github.com/actions/runner-images/issues/10636
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 9444b3e

Please sign in to comment.