Skip to content

Commit 8458890

Browse files
authored
Update build.yml
1 parent bd6d46b commit 8458890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
archive:
20-
runs-on: ubuntu-latest
20+
runs-on: ${{ matrix.os }}
2121

2222
container:
2323
image: docker.io/library/debian
@@ -27,6 +27,7 @@ jobs:
2727
matrix:
2828
include:
2929
- host-arch: x64
30+
os: ubuntu-latest
3031

3132
steps:
3233
- name: Install build tools

0 commit comments

Comments
 (0)