Skip to content

Commit

Permalink
Merge pull request #338 from LimeChain/removing-macos-1014
Browse files Browse the repository at this point in the history
removing workflow for macos 10.14
  • Loading branch information
georg-getz authored May 11, 2022
2 parents 72c4dc0 + 7c0cec9 commit ed711a9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-linux-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
name: [linux-18, linux-20, macos-10.14, macos-10.15, macos-11]
name: [linux-18, linux-20, macos-10.15, macos-11]

include:
- name: linux-18
Expand All @@ -26,10 +26,6 @@ jobs:
os: ubuntu-20.04
artifact_name: matchstick
asset_name: binary-linux-20
- name: macos-10.14
os: macos-10.14
artifact_name: matchstick
asset_name: binary-macos-10.14
- name: macos-10.15
os: macos-10.15
artifact_name: matchstick
Expand Down

0 comments on commit ed711a9

Please sign in to comment.