Skip to content

Commit e98fc22

Browse files
committed
Fixed MacOS tests and new release
1 parent 2cd5778 commit e98fc22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
os: [ 'ubuntu-20.04', 'windows-2019', 'macos-10.15' ]
13+
os: [ 'ubuntu-20.04', 'windows-2019', 'macos-12' ]
1414
python-version: [ '3.8', '3.9', '3.10' ]
1515
poetry-version: [ '1.1' ]
1616
runs-on: ${{ matrix.os }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sigma-cli"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
description = "Sigma Command Line Interface (conversion, check etc.) based on pySigma"
55
authors = ["Thomas Patzke <thomas@patzke.org>"]
66
license = "LGPL-2.1-or-later"

0 commit comments

Comments
 (0)