Skip to content

Commit d3c732c

Browse files
committed
Bump CI to be Ubuntu20.04
1 parent 96c0b03 commit d3c732c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# This workflow contains a single job called "build"
1616
build:
1717
# The type of runner that the job will run on
18-
runs-on: ubuntu-18.04
18+
runs-on: ubuntu-20.04
1919
env:
2020
DISPLAY: :0
2121

@@ -32,9 +32,9 @@ jobs:
3232
# start xvfb in the background
3333
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
3434
cur=`pwd`
35-
wget http://www.coppeliarobotics.com/files/CoppeliaSim_Edu_V4_1_0_Ubuntu18_04.tar.xz
36-
tar -xf CoppeliaSim_Edu_V4_1_0_Ubuntu18_04.tar.xz
37-
export COPPELIASIM_ROOT="$cur/CoppeliaSim_Edu_V4_1_0_Ubuntu18_04"
35+
wget http://www.coppeliarobotics.com/files/CoppeliaSim_Edu_V4_1_0_Ubuntu20_04.tar.xz
36+
tar -xf CoppeliaSim_Edu_V4_1_0_Ubuntu20_04.tar.xz
37+
export COPPELIASIM_ROOT="$cur/CoppeliaSim_Edu_V4_1_0_Ubuntu20_04"
3838
echo $COPPELIASIM_ROOT
3939
ls -al
4040
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$COPPELIASIM_ROOT:$COPPELIASIM_ROOT/platforms

0 commit comments

Comments
 (0)