Skip to content

Commit bde08b5

Browse files
committed
ci: provide OS to matrix build
1 parent cefc965 commit bde08b5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: ${{ fromJson(needs.gen-matrix.outputs.matrix) }}
5252
needs: gen-matrix
5353
name: build
54-
runs-on: ubuntu-latest
54+
runs-on: ${{ matrix.os }}
5555
timeout-minutes: 60
5656
strategy:
5757
fail-fast: false

genMatrix.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const getDockerfileMatrixEntry = (file) => {
6363
return {
6464
version,
6565
variant,
66+
os: 'ubuntu-22.04'
6667
};
6768
};
6869

0 commit comments

Comments
 (0)