Specify Ubuntu 22.04 explicitly

The latest points to 22.04, which is the latest stable GH runner

Contributes to CURA-9205
This commit is contained in:
j.spijker@ultimaker.com 2022-07-11 11:11:17 +02:00 committed by jspijker
parent 5e40f2eaec
commit 4c6ad9f4d6

View File

@ -61,7 +61,7 @@ jobs:
- { os: macos-10.15, os_id: 'MacOS' }
- { os: windows-2022, os_id: 'Windows' }
- { os: ubuntu-20.04, os_id: 'Linux' }
- { os: ubuntu-latest, os_id: 'Linux-latest' }
- { os: ubuntu-22.04, os_id: 'Linux-latest' }
steps:
- name: Checkout