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 eeff5e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -129,7 +129,7 @@ jobs:
sudo apt-get install bzr
- name: Install MacOS dependencies
if: matrix.os == 'MacOS'
if: matrix.os == 'macos-12'
run: brew install breezy

- run: pip install nox
Expand Down

0 comments on commit eeff5e9

Please sign in to comment.