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 8f18974 commit 06879cdCopy full SHA for 06879cd
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
needs: version
33
strategy:
34
matrix:
35
- os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
+ os: [ubuntu-22.04, ubuntu-20.04]
36
uses: ./.github/workflows/release-linux.yml
37
with:
38
version: ${{ needs.version.outputs.version }}
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
- os: [macos-12, macos-11, macos-10.15]
+ os: [macos-12, macos-11]
54
uses: ./.github/workflows/release-mac.yml
55
56
0 commit comments