From 4c6ad9f4d6d83a25260b62d40fb52b7ba0e37a4e Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Mon, 11 Jul 2022 11:11:17 +0200 Subject: [PATCH] Specify Ubuntu 22.04 explicitly The latest points to 22.04, which is the latest stable GH runner Contributes to CURA-9205 --- .github/workflows/cura-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 5a12e198f6..828042e2b2 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -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