File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 27
27
# Release builds
28
28
29
29
# 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
32
31
suffix : linux
33
32
compiler : gcc
34
33
arch : x86_64
@@ -53,15 +52,18 @@ jobs:
53
52
54
53
# Coverage build
55
54
56
- - os : ubuntu-20 .04
55
+ - os : ubuntu-22 .04
57
56
suffix : linux
58
57
arch : x86_64
59
58
compiler : gcc
60
59
coverage : true
61
60
62
61
# 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
63
65
64
- - os : ubuntu-20 .04
66
+ - os : ubuntu-22 .04
65
67
suffix : linux
66
68
arch : x86_64
67
69
compiler : gcc
@@ -255,7 +257,7 @@ jobs:
255
257
include :
256
258
257
259
# astroterm-linux-x86_64
258
- - os : ubuntu-20 .04
260
+ - os : ubuntu-22 .04
259
261
suffix : linux
260
262
arch : x86_64
261
263
You can’t perform that action at this time.
0 commit comments