Skip to content

Commit 6e14b32

Browse files
committed
resolve conflict.
1 parent c570821 commit 6e14b32

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/reusable-ubuntu.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616
build_ubuntu_reusable:
1717
name: 'build and test'
1818
timeout-minutes: 60
19-
runs-on: ubuntu-24.04
19+
runs-on: ${{ matrix.os }}
20+
strategy:
21+
fail-fast: false
22+
matrix:
23+
os: [ubuntu-24.04]
2024
env:
2125
FORCE_COLOR: 1
2226
OPENSSL_VER: 3.0.15

0 commit comments

Comments
 (0)