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 836329a commit 25fb206Copy full SHA for 25fb206
.github/workflows/container-build.yml
@@ -7,7 +7,7 @@ jobs:
7
build_and_test:
8
strategy:
9
matrix:
10
- os: [ubuntu-latest]
+ os: [ubuntu-latest, macos-latest]
11
builder: ["podman"]
12
fail-fast: false
13
runs-on: ${{ matrix.os }}
0 commit comments