File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments