Skip to content

Commit

Permalink
restricted macos version to 13 and python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Apr 26, 2024
1 parent 1c99217 commit ed021e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit tests
name: Tests

on:
push:
Expand Down Expand Up @@ -31,8 +31,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
python-version: ["3.10", "3.12"]
os: [macos-13, ubuntu-latest]
python-version: ["3.12"]

steps:
- uses: "actions/checkout@v3"
Expand Down

0 comments on commit ed021e3

Please sign in to comment.