Skip to content

Commit 37fb598

Browse files
committed
[workflows] Fix GitHub action bugs
1. The Ubuntu version in pre-compile_llvm.yml should have been updated to 22.04. 2. UbuntuDockerfile should install python3-openssl instead of python-openssl. The latter no longer exists in 22.04.
1 parent 406283b commit 37fb598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-compile_llvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Ubuntu Linux
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
strategy:
1414
matrix:
1515
target: [X86]

0 commit comments

Comments
 (0)