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 5b53cc8 commit 0700bacCopy full SHA for 0700bac
.github/workflows/pull-request.yml
@@ -97,8 +97,6 @@ jobs:
97
98
windows-build:
99
needs: check-workflows
100
- strategy:
101
- fail-fast: false
102
uses: ./.github/workflows/windows-build.yml
103
with:
104
upload-artifacts: true
.github/workflows/push.yml
@@ -95,8 +95,6 @@ jobs:
95
96
.github/workflows/test-nist.yml
@@ -21,9 +21,6 @@ env:
21
22
jobs:
23
test-other:
24
25
- matrix:
26
- os: ["ubuntu:24.04", "almalinux:9"]
27
runs-on: ubuntu-latest
28
container:
29
image: ${{ inputs.os }}
0 commit comments