Skip to content

Commit

Permalink
chore: desktop apps
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Dec 4, 2024
1 parent 1965f0b commit b31cda6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-server-api.apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

strategy:
matrix:
os: [macos-12]
os: [macos-latest]

steps:
- name: Check out Git repository
Expand All @@ -118,7 +118,7 @@ jobs:
cache: 'yarn'

- name: Fix node-gyp and Python
run: python3 -m pip install packaging setuptools
run: python3 -m pip install --break-system-packages packaging setuptools

- name: Install latest version of NPM
run: 'sudo npm install -g npm@9'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/desktop-server-web.apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

strategy:
matrix:
os: [macos-12]
os: [macos-latest]

steps:
- name: Check out Git repository
Expand All @@ -115,7 +115,7 @@ jobs:
cache: 'yarn'

- name: Fix node-gyp and Python
run: python3 -m pip install packaging setuptools
run: python3 -m pip install --break-system-packages packaging setuptools

- name: Install latest version of NPM
run: 'sudo npm install -g npm@9'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/desktop.apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

strategy:
matrix:
os: [macos-12]
os: [macos-latest]

steps:
- name: Check out Git repository
Expand All @@ -118,7 +118,7 @@ jobs:
cache: 'yarn'

- name: Fix node-gyp and Python
run: python3 -m pip install packaging setuptools
run: python3 -m pip install --break-system-packages packaging setuptools

- name: Install latest version of NPM
run: 'sudo npm install -g npm@9'
Expand Down

0 comments on commit b31cda6

Please sign in to comment.