We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8c58e commit 6fe827aCopy full SHA for 6fe827a
.github/workflows/release.yml
@@ -8,15 +8,17 @@ on:
8
9
jobs:
10
build:
11
+ runs-on: ${{ matrix.os }}
12
+ name: Build on ${{ matrix.os }}
13
+
14
strategy:
15
fail-fast: false
16
matrix:
- os:
- - 'windows-latest'
- - 'ubuntu-latest'
17
- - 'macos-latest'
18
-
19
- runs-on: ${{ matrix.os }}
+ include:
+ - os: windows-latest
+ - os: ubuntu-latest
20
+ - os: macos-latest
21
+ - os: macos-12
22
23
steps:
24
- uses: actions/checkout@v4
_version.py
@@ -18,4 +18,4 @@
OTHER DEALINGS IN THE SOFTWARE.
"""
-__version__ = "1.2.2"
+__version__ = "1.2.3"
0 commit comments