Skip to content

Commit 80a65a3

Browse files
authored
tests: Enable testing on macos-latest (#15)
1 parent 5286c12 commit 80a65a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [windows-latest, ubuntu-latest]
13+
os: [windows-latest, ubuntu-latest, macos-latest]
1414
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, pypy3.10, pypy3.11]
1515
steps:
1616
- name: Check out repo
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ${{ matrix.os }}
4545
strategy:
4646
matrix:
47-
os: [windows-latest, ubuntu-latest]
47+
os: [windows-latest, ubuntu-latest, macos-latest]
4848
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11]
4949
steps:
5050
- name: Check out repo
@@ -71,7 +71,7 @@ jobs:
7171
needs: test_setup_poetry
7272
strategy:
7373
matrix:
74-
os: [windows-latest, ubuntu-latest]
74+
os: [windows-latest, ubuntu-latest, macos-latest]
7575
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11]
7676
steps:
7777
- name: Check out repo
@@ -103,7 +103,7 @@ jobs:
103103
needs: test_setup_poetry
104104
strategy:
105105
matrix:
106-
os: [windows-latest, ubuntu-latest]
106+
os: [windows-latest, ubuntu-latest, macos-latest]
107107
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11]
108108
steps:
109109
- name: Check out repo

0 commit comments

Comments
 (0)