Pin ubuntu test runner to 22.04

This commit is contained in:
Morilli 2024-10-11 21:32:52 +02:00
parent 95cf257d96
commit 9444b3e5fd
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
matrix: matrix:
os: os:
- { prettyname: Windows, fullname: windows-latest } - { 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: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4