File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 64
64
65
65
build-linux-amd64 :
66
66
name : Build Linux (amd64)
67
- runs-on : ubuntu-24 .04
67
+ runs-on : ubuntu-20 .04
68
68
steps :
69
69
- uses : actions/checkout@v4
70
70
- run : |
78
78
79
79
build-linux-arm64 :
80
80
name : Build Linux (arm64)
81
- runs-on : ubuntu-24 .04
81
+ runs-on : ubuntu-20 .04
82
82
steps :
83
83
- uses : actions/checkout@v4
84
84
- run : |
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq \
24
24
g++ \
25
25
gcc
26
26
27
- # Install latest version of CMake for Ubuntu
27
+ # Install latest version of CMake for Ubuntu 20.04
28
28
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2> /dev/null | gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg > /dev/null
29
29
echo ' deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ focal main' | sudo tee /etc/apt/sources.list.d/kitware.list > /dev/null
30
30
sudo apt-get update -qq
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq \
25
25
g++-aarch64-linux-gnu \
26
26
gcc-aarch64-linux-gnu \
27
27
28
- # Install latest version of CMake for Ubuntu
28
+ # Install latest version of CMake for Ubuntu 20.04
29
29
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2> /dev/null | gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg > /dev/null
30
30
echo ' deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ focal main' | sudo tee /etc/apt/sources.list.d/kitware.list > /dev/null
31
31
sudo apt-get update -qq
You can’t perform that action at this time.
0 commit comments