File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
buildLinux :
10
10
if : ${{ github.event.workflow_run.conclusion == 'success' }}
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-24 .04
12
12
13
13
steps :
14
14
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
buildLinux :
10
10
if : ${{ github.event.workflow_run.conclusion == 'success' }}
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-24 .04
12
12
13
13
steps :
14
14
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
buildWindows :
10
10
if : ${{ github.event.workflow_run.conclusion == 'success' }}
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-24 .04
12
12
13
13
steps :
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cl sudo apt-get update
8
8
cl sudo apt-get -y upgrade
9
9
cl sudo apt-get -y install git doxygen gcc g++ make libwxgtk3.* -dev \
10
10
libelf-dev freeglut3-dev cutecom gcc-avr avr-libc libopenal-dev libncurses-dev gtkwave \
11
- gedit cmake bison++ pulseview
11
+ gedit cmake bison pulseview
12
12
cl sudo apt-get -y install linux-headers-` uname -r` dkms
13
13
cl mkdir build_all
14
14
cd build_all
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ cl sudo apt-get update
9
9
cl sudo apt-get -y upgrade
10
10
cl sudo apt-get -y install git doxygen gcc g++ make libwxgtk3.* -dev \
11
11
libelf-dev freeglut3-dev cutecom gcc-avr avr-libc libopenal-dev libncurses-dev gtkwave \
12
- gedit cmake ccache bison++ pulseview
12
+ gedit cmake ccache bison pulseview
13
13
cl sudo apt-get -y install linux-headers-` uname -r` dkms
14
14
cl mkdir build_all
15
15
cd build_all
You can’t perform that action at this time.
0 commit comments