Skip to content

Commit cc220f9

Browse files
committed
Use ubuntu 20.04 for github runners instead of 18.04
1 parent a892991 commit cc220f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def set_output(key, value):
1919

2020
configurations = []
2121
for bsh_host_arch, bsh_host_platform, bsh_host_libc, bsh_static_dynamic, bsh_build_platform, runs_on in [
22-
( 'x86_64' , 'linux', 'gnu', 'static', 'linux', 'ubuntu-18.04' ),
22+
( 'x86_64' , 'linux', 'gnu', 'static', 'linux', 'ubuntu-20.04' ),
2323
( 'x86_64' , 'windows', 'mingw', 'static', 'windows', 'windows-2019' ),
2424
( 'x86_64' , 'windows', 'mingw', 'dynamic', 'windows', 'windows-2019' ),
2525
( 'x86_64' , 'windows', 'msvc', 'static', 'windows', 'windows-2019' ),

0 commit comments

Comments
 (0)