Skip to content

Commit 28a37e4

Browse files
authored
updating min linux requirement to 22.04 version of ubuntu
1 parent 38770f0 commit 28a37e4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/emu-build-all-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
builds-matrix-linux:
2727
name: "build"
2828
needs: ["deps"]
29-
runs-on: "ubuntu-20.04"
29+
runs-on: "ubuntu-22.04"
3030
if: ${{ !cancelled() }}
3131
continue-on-error: true
3232

.github/workflows/emu-deps-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
deps-build:
22-
runs-on: "ubuntu-20.04"
22+
runs-on: "ubuntu-22.04"
2323
if: ${{ !cancelled() }}
2424

2525
steps:

.github/workflows/migrate_gse-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
build:
19-
runs-on: "ubuntu-20.04"
19+
runs-on: "ubuntu-22.04"
2020

2121
steps:
2222
- name: "Checkout branch"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
emu-linux-prep:
106106
needs: ["emu-linux-all"]
107-
runs-on: "ubuntu-20.04"
107+
runs-on: "ubuntu-22.04"
108108
steps:
109109
# we need branch because it has package scripts
110110
- name: "Checkout branch"
@@ -253,7 +253,7 @@ jobs:
253253

254254
migrate_gse_script-linux-prep:
255255
needs: ["migrate_gse_script-linux"]
256-
runs-on: "ubuntu-20.04"
256+
runs-on: "ubuntu-22.04"
257257
steps:
258258
# we need branch because it has package scripts
259259
- name: "Checkout branch"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You can also find instructions here in [README.release.md](./post_build/README.r
110110

111111
### For Linux:
112112

113-
* Ubuntu 20.04 LTS: https://ubuntu.com/download/desktop
113+
* Ubuntu 22.04 LTS: https://ubuntu.com/download/desktop
114114
* Ubuntu required packages:
115115
```shell
116116
sudo apt update -y

0 commit comments

Comments
 (0)