Skip to content

Commit 3ba892b

Browse files
committed
github: Move to higher ubuntu version
1 parent a499d43 commit 3ba892b

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ on:
99
jobs:
1010
build-linux:
1111
runs-on: ubuntu-latest
12-
container: ubuntu:14.04
1312
steps:
1413
- uses: actions/checkout@v3
14+
- uses: actions/setup-python@v2
1515
- name: Install dependencies
1616
run: |
1717
sudo apt-get update
1818
sudo apt-get install -y software-properties-common
19-
sudo add-apt-repository ppa:george-edison55/cmake-3.x
20-
sudo apt-get update
21-
sudo apt-get install -y cmake cmake-data git build-essential autoconf automake libtool texinfo bison flex pkg-config python
19+
sudo apt-get install -y cmake cmake-data git build-essential autoconf automake libtool texinfo bison flex pkg-config
2220
- name: Build
2321
run: |
2422
git config --global user.email "builds@travis-ci.com"
@@ -55,16 +53,14 @@ jobs:
5553
path: build/*.tar.bz2
5654
build-windows:
5755
runs-on: ubuntu-latest
58-
container: ubuntu:14.04
5956
steps:
6057
- uses: actions/checkout@v3
58+
- uses: actions/setup-python@v2
6159
- name: Install dependencies
6260
run: |
6361
sudo apt-get update
6462
sudo apt-get install -y software-properties-common
65-
sudo add-apt-repository ppa:george-edison55/cmake-3.x
66-
sudo apt-get update
67-
sudo apt-get install -y cmake cmake-data git build-essential autoconf automake libtool texinfo bison flex pkg-config g++-mingw-w64 python
63+
sudo apt-get install -y cmake cmake-data git build-essential autoconf automake libtool texinfo bison flex pkg-config g++-mingw-w64
6864
- name: Build
6965
run: |
7066
git config --global user.email "builds@travis-ci.com"

0 commit comments

Comments
 (0)