Skip to content

Commit 66fdfb4

Browse files
committed
chg: Build scritpts updated !minor
1 parent 0ab97a1 commit 66fdfb4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/linux-flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
buildLinux:
1010
if: ${{ github.event.workflow_run.conclusion == 'success' }}
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414

.github/workflows/linux-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
buildLinux:
1010
if: ${{ github.event.workflow_run.conclusion == 'success' }}
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414

.github/workflows/windows-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
buildWindows:
1010
if: ${{ github.event.workflow_run.conclusion == 'success' }}
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414

bscripts/build_all_and_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cl sudo apt-get update
88
cl sudo apt-get -y upgrade
99
cl sudo apt-get -y install git doxygen gcc g++ make libwxgtk3.*-dev \
1010
libelf-dev freeglut3-dev cutecom gcc-avr avr-libc libopenal-dev libncurses-dev gtkwave \
11-
gedit cmake bison++ pulseview
11+
gedit cmake bison pulseview
1212
cl sudo apt-get -y install linux-headers-`uname -r` dkms
1313
cl mkdir build_all
1414
cd build_all

bscripts/build_all_static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cl sudo apt-get update
99
cl sudo apt-get -y upgrade
1010
cl sudo apt-get -y install git doxygen gcc g++ make libwxgtk3.*-dev \
1111
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
1313
cl sudo apt-get -y install linux-headers-`uname -r` dkms
1414
cl mkdir build_all
1515
cd build_all

0 commit comments

Comments
 (0)