Skip to content

Commit 6b0d1f6

Browse files
committed
switching to macos-latest in workflow
1 parent 3677bcc commit 6b0d1f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheels_and_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
tags:
8-
- 'v*'
8+
- "v*"
99
pull_request:
1010

1111
jobs:
@@ -14,15 +14,15 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-20.04, macos-11]
17+
os: [ubuntu-20.04, macos-latest]
1818

1919
steps:
2020
- uses: actions/checkout@v2
2121

2222
- name: Set up Python
2323
uses: actions/setup-python@v2
2424
with:
25-
python-version: '3.10'
25+
python-version: "3.10"
2626

2727
- name: Install cibuildwheel
2828
run: pip install cibuildwheel==2.20.0
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
python -m cibuildwheel --output-dir wheelhouse
3333
env:
34-
CIBW_BUILD_VERBOSITY: '1'
34+
CIBW_BUILD_VERBOSITY: "1"
3535
working-directory: ./quaddtype
3636

3737
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)