Skip to content

Commit

Permalink
fix: remove macos-11 runner from stage
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumyaRanjanPatnaik committed Dec 7, 2023
1 parent 91b7ea0 commit cd150c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-11]
os: [ubuntu-latest, windows-latest]

steps:
- name: Check out karya-server repo to v5-dev
Expand Down Expand Up @@ -55,9 +55,6 @@ jobs:
cache: "npm"
cache-dependency-path: "**/*/package-lock.json"

- name: Install python deps
run: python3 -m pip install packaging

- name: Log package.json
working-directory: ./server/worker-web
run: cat package.json
Expand Down

0 comments on commit cd150c2

Please sign in to comment.