mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-20 11:35:07 +02:00
ci: update OS
This commit is contained in:
parent
c10e9e4902
commit
d02ca9aea2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/MinedMap.yml
vendored
4
.github/workflows/MinedMap.yml
vendored
|
@ -7,7 +7,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
viewer:
|
viewer:
|
||||||
runs-on: 'ubuntu-20.04'
|
runs-on: 'ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
|
@ -101,7 +101,7 @@ jobs:
|
||||||
- os: 'windows-2019'
|
- os: 'windows-2019'
|
||||||
target: 'i686-pc-windows-msvc'
|
target: 'i686-pc-windows-msvc'
|
||||||
ext: '.exe'
|
ext: '.exe'
|
||||||
- os: 'ubuntu-20.04'
|
- os: 'ubuntu-22.04'
|
||||||
target: 'x86_64-unknown-linux-gnu'
|
target: 'x86_64-unknown-linux-gnu'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue