Skip to content

Commit 3c9304b

Browse files
authored
workflows: update ubuntu image for gui build (bug 1982049) (#2045)
- remove ubuntu 20.04 - add ubuntu 24.04
1 parent fd9a8af commit 3c9304b

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/deploy-gui.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,13 @@ jobs:
1010
strategy:
1111
matrix:
1212
os:
13-
- ubuntu-20.04
1413
- ubuntu-22.04
14+
- ubuntu-24.04
1515
env:
1616
DISPLAY: ":99.0"
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
steps:
1919
- uses: actions/checkout@v4
20-
- name: setup Ubuntu 20.04
21-
if: matrix.os == 'ubuntu-20.04'
22-
run: |
23-
sudo apt-get update
24-
sudo apt install libxcb-xinerama0 libegl-dev -y
2520
- name: setup Ubuntu 22.04
2621
if: matrix.os == 'ubuntu-22.04'
2722
run: |

.github/workflows/upload-gui-to-workflow.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,13 @@ jobs:
1111
strategy:
1212
matrix:
1313
os:
14-
- ubuntu-20.04
1514
- ubuntu-22.04
15+
- ubuntu-24.04
1616
env:
1717
DISPLAY: ":99.0"
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
steps:
2020
- uses: actions/checkout@v4
21-
- name: setup Ubuntu 20.04
22-
if: matrix.os == 'ubuntu-20.04'
23-
run: |
24-
sudo apt-get update
25-
sudo apt install libxcb-xinerama0 libegl-dev -y
2621
- name: setup Ubuntu 22.04
2722
if: matrix.os == 'ubuntu-22.04'
2823
run: |

0 commit comments

Comments
 (0)