Skip to content

Commit

Permalink
Fixes macos pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agustingroh committed Jun 3, 2024
1 parent b7e87b2 commit a8ce6b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,16 @@ jobs:
build_m:
name: "Build for MacOS"
runs-on: macos-13
runs-on: macos-latest

steps:
- name: Checkout git repo
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8.0'
architecture: 'x64'

- name: Install Node and NPM
uses: actions/setup-node@v3
Expand Down

0 comments on commit a8ce6b1

Please sign in to comment.