Skip to content

Commit 6fe827a

Browse files
committed
build(version): bump to 1.2.3
1 parent 2b8c58e commit 6fe827a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ on:
88

99
jobs:
1010
build:
11+
runs-on: ${{ matrix.os }}
12+
name: Build on ${{ matrix.os }}
13+
1114
strategy:
1215
fail-fast: false
1316
matrix:
14-
os:
15-
- 'windows-latest'
16-
- 'ubuntu-latest'
17-
- 'macos-latest'
18-
19-
runs-on: ${{ matrix.os }}
17+
include:
18+
- os: windows-latest
19+
- os: ubuntu-latest
20+
- os: macos-latest
21+
- os: macos-12
2022

2123
steps:
2224
- uses: actions/checkout@v4

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
OTHER DEALINGS IN THE SOFTWARE.
1919
"""
2020

21-
__version__ = "1.2.2"
21+
__version__ = "1.2.3"

0 commit comments

Comments
 (0)