Skip to content

Commit a91d909

Browse files
authored
Bump ubuntu runner version (#83)
* bump Ubuntu runner versions * remove Ubuntu dependency comment (at some point ubuntu-20.04 was required for builds to succeed?)
1 parent 1865c23 commit a91d909

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
# Release builds
2828

2929
# astroterm-linux-x86_64
30-
# Use an older Ubuntu version to ensure compatibility with older C libraries
31-
- os: ubuntu-20.04
30+
- os: ubuntu-22.04
3231
suffix: linux
3332
compiler: gcc
3433
arch: x86_64
@@ -53,15 +52,18 @@ jobs:
5352

5453
# Coverage build
5554

56-
- os: ubuntu-20.04
55+
- os: ubuntu-22.04
5756
suffix: linux
5857
arch: x86_64
5958
compiler: gcc
6059
coverage: true
6160

6261
# Build with bsc5 ASCII
62+
# This is necessary as some package managers do not permit binary content
63+
# in sources (e.g. DNF and EPEL).
64+
# See https://github.com/da-luce/astroterm/issues/48
6365

64-
- os: ubuntu-20.04
66+
- os: ubuntu-22.04
6567
suffix: linux
6668
arch: x86_64
6769
compiler: gcc
@@ -255,7 +257,7 @@ jobs:
255257
include:
256258

257259
# astroterm-linux-x86_64
258-
- os: ubuntu-20.04
260+
- os: ubuntu-22.04
259261
suffix: linux
260262
arch: x86_64
261263

0 commit comments

Comments
 (0)