We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8925af commit 4d018feCopy full SHA for 4d018fe
.github/workflows/prebuild.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
12
- os: [macos-11, ubuntu-22.04, windows-2022]
+ os: [macos-11, ubuntu-20.04, windows-2022]
13
14
steps:
15
- if: matrix.os == 'windows-2022'
@@ -43,7 +43,7 @@ jobs:
43
cmake --build . --target install
44
python3 ../scripts/bundle.py mac release done
45
46
- - if: matrix.os == 'ubuntu-22.04'
+ - if: matrix.os == 'ubuntu-20.04'
47
name: Build - Release (Linux)
48
run: |
49
cd openssl
0 commit comments