Skip to content

Commit 3075601

Browse files
committed
Update nix-build job matrix values
1 parent a36a114 commit 3075601

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

template/{% if github_actions %}.github{% endif %}/workflows/{% if nix %}nix.yml{% endif %}.jinja

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
python-version: [ '38', '39', '310', '311' ]
55-
os: [ubuntu-latest, macos-12]
56-
runs-on: ${{ matrix.os }}
54+
python-version: [ '38', '39', '310' ]
55+
runs-on: ubuntu-latest
5756

5857
steps:
5958
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)