Skip to content

Commit

Permalink
إضافة أنظمة تشغيل أخرى لاختبار المكتبة فيها
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Jun 23, 2024
1 parent d761e94 commit b9b8bd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest, macos-11, macos-12, macos-latest, windows-2016, windows-2019, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b9b8bd7

Please sign in to comment.