Skip to content

Commit

Permalink
Disable determinate in CI matrix
Browse files Browse the repository at this point in the history
We don't want to test --determinate since we've disabled that option
  • Loading branch information
mkenigs committed Dec 20, 2024
1 parent e9450e8 commit 386136d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
needs: [lints, build-x86_64-linux]
strategy:
matrix:
determinate: [true, false]
determinate: [false]
permissions:
id-token: "write"
contents: "read"
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
needs: [lints, build-x86_64-linux]
strategy:
matrix:
determinate: [true, false]
determinate: [false]
permissions:
id-token: "write"
contents: "read"
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
needs: [lints, build-x86_64-darwin]
strategy:
matrix:
determinate: [true, false]
determinate: [false]
permissions:
id-token: "write"
contents: "read"
Expand Down Expand Up @@ -520,7 +520,7 @@ jobs:
needs: [lints, build-aarch64-darwin]
strategy:
matrix:
determinate: [true, false]
determinate: [false]
permissions:
id-token: "write"
contents: "read"
Expand Down

0 comments on commit 386136d

Please sign in to comment.