Skip to content

Commit

Permalink
Pin GHA MacOS jobs to MacOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Apr 28, 2024
1 parent e884c00 commit 4ac2379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -97,7 +97,7 @@ jobs:

tests-unix:
name: tests / ${{ matrix.python.key || matrix.python }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}

needs: [packaging, determine-changes]
if: >-
Expand All @@ -107,7 +107,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [Ubuntu, MacOS]
os: [ubuntu-latest, macos-12]
python:
- "3.8"
- "3.9"
Expand Down

0 comments on commit 4ac2379

Please sign in to comment.