Skip to content

Commit 06879cd

Browse files
deinhofersabicalija
authored andcommitted
removed ubuntu 18.04, mac os 10.15
1 parent 8f18974 commit 06879cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
needs: version
3333
strategy:
3434
matrix:
35-
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
35+
os: [ubuntu-22.04, ubuntu-20.04]
3636
uses: ./.github/workflows/release-linux.yml
3737
with:
3838
version: ${{ needs.version.outputs.version }}
@@ -50,7 +50,7 @@ jobs:
5050
needs: version
5151
strategy:
5252
matrix:
53-
os: [macos-12, macos-11, macos-10.15]
53+
os: [macos-12, macos-11]
5454
uses: ./.github/workflows/release-mac.yml
5555
with:
5656
version: ${{ needs.version.outputs.version }}

0 commit comments

Comments
 (0)