mirror of https://github.com/laurent22/joplin.git
Chore: CI: Upgrade Linux actions runner to Ubuntu 22.04 (#11927)
parent
bbea5388ed
commit
d1d75449f5
|
@ -9,7 +9,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
# Do not use unbuntu-latest because it causes `The operation was canceled` failures:
|
# Do not use unbuntu-latest because it causes `The operation was canceled` failures:
|
||||||
# https://github.com/actions/runner-images/issues/6709
|
# https://github.com/actions/runner-images/issues/6709
|
||||||
os: [macos-13, ubuntu-20.04, windows-2019]
|
os: [macos-13, ubuntu-22.04, windows-2019]
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# Trying to fix random networking issues on Windows
|
# Trying to fix random networking issues on Windows
|
||||||
|
@ -150,7 +150,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
# Do not use unbuntu-latest because it causes `The operation was canceled` failures:
|
# Do not use unbuntu-latest because it causes `The operation was canceled` failures:
|
||||||
# https://github.com/actions/runner-images/issues/6709
|
# https://github.com/actions/runner-images/issues/6709
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-22.04]
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install Docker Engine
|
- name: Install Docker Engine
|
||||||
|
|
Loading…
Reference in New Issue