Skip to content

Commit

Permalink
Actually use container in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Sep 16, 2024
1 parent 11abe01 commit 7a1539e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:

build_pyinstaller:
name: Build pyinstaller binary
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
Expand All @@ -45,6 +44,9 @@ jobs:
include:
- os: ubuntu-latest
container: centos:8
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 7a1539e

Please sign in to comment.