summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Roztocil <jakub@roztocil.co>2024-11-01 18:01:03 +0100
committerJakub Roztocil <jakub@roztocil.co>2024-11-01 18:01:03 +0100
commit8560d1196d78fa839a4d69503680d95bed4552d4 (patch)
tree1ff87c3ec2dde265f0acdcf2cc6e06ce1156286e
parent2ef4a57d8c2a3defd189e0cc6e365fa8a9aaff2c (diff)
Update test.yml
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 0dbfae4e..d98b63ae 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-13, windows-latest]
python-version:
- '3.12'
- '3.11'