mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
5e40f2eaec
commit
4c6ad9f4d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
- { os: macos-10.15, os_id: 'MacOS' }
|
- { os: macos-10.15, os_id: 'MacOS' }
|
||||||
- { os: windows-2022, os_id: 'Windows' }
|
- { os: windows-2022, os_id: 'Windows' }
|
||||||
- { os: ubuntu-20.04, os_id: 'Linux' }
|
- { os: ubuntu-20.04, os_id: 'Linux' }
|
||||||
- { os: ubuntu-latest, os_id: 'Linux-latest' }
|
- { os: ubuntu-22.04, os_id: 'Linux-latest' }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue