Skip to content

Commit 4ac2379

Browse files
committed
Pin GHA MacOS jobs to MacOS 12
1 parent e884c00 commit 4ac2379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
tests-unix:
9999
name: tests / ${{ matrix.python.key || matrix.python }} / ${{ matrix.os }}
100-
runs-on: ${{ matrix.os }}-latest
100+
runs-on: ${{ matrix.os }}
101101

102102
needs: [packaging, determine-changes]
103103
if: >-
@@ -107,7 +107,7 @@ jobs:
107107
strategy:
108108
fail-fast: true
109109
matrix:
110-
os: [Ubuntu, MacOS]
110+
os: [ubuntu-latest, macos-12]
111111
python:
112112
- "3.8"
113113
- "3.9"

0 commit comments

Comments
 (0)