Skip to content

Commit 0008300

Browse files
committed
ci: stabilize PR checks on hosted runners
1 parent 16145f2 commit 0008300

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
mac_check:
8484
name: MacOS Check
85-
runs-on: macos-latest
85+
runs-on: macos-13
8686
steps:
8787
- name: Checkout Code
8888
uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
mac_check:
6565
name: MacOS Check
66-
runs-on: macos-latest
66+
runs-on: macos-13
6767
steps:
6868
- name: Checkout Code
6969
uses: actions/checkout@v2

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ environment:
1717
pip3 install 'poetry==1.8.3'
1818
poetry config virtualenvs.in-project true
1919
poetry install
20+
poetry run pip install setuptools
2021
@echo 🚨 Be sure to add poetry to PATH
2122
make fetch-sample-data
2223

0 commit comments

Comments
 (0)