Skip to content

Commit 4d018fe

Browse files
Run CI on Ubuntu 20.04
1 parent b8925af commit 4d018fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [macos-11, ubuntu-22.04, windows-2022]
12+
os: [macos-11, ubuntu-20.04, windows-2022]
1313

1414
steps:
1515
- if: matrix.os == 'windows-2022'
@@ -43,7 +43,7 @@ jobs:
4343
cmake --build . --target install
4444
python3 ../scripts/bundle.py mac release done
4545
46-
- if: matrix.os == 'ubuntu-22.04'
46+
- if: matrix.os == 'ubuntu-20.04'
4747
name: Build - Release (Linux)
4848
run: |
4949
cd openssl

0 commit comments

Comments
 (0)