Add release ci (#11)

* add release binary builder
This commit is contained in:
T.v.Dein
2025-01-18 10:32:01 +01:00
committed by GitHub
parent 9afca91159
commit e054d1e530
2 changed files with 31 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
version: [1.21]
version: [1.21,'1.22']
os: [ubuntu-latest, macos-latest]
name: Build
runs-on: ${{ matrix.os }}