mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2026-08-06 05:23:22 +01:00
Fixed cross platform testing in worflows
This commit is contained in:
@@ -9,11 +9,12 @@ on:
|
||||
jobs:
|
||||
build-python:
|
||||
|
||||
runs-on: [ubuntu-latest, windows-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.11", "3.12", "3.13"]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user