Skip to content

Commit

Permalink
Merge pull request #841 from OpenFreeEnergy/fix/use_x86_mac_os_runners
Browse files Browse the repository at this point in the history
pin macos runners to macos-12
  • Loading branch information
IAlibay authored Apr 27, 2024
2 parents 378147c + 059ceda commit 73396c0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@ defaults:

jobs:
tests:
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
name: "💻-${{matrix.os }} 🐍-${{ matrix.python-version }} 🗃️${{ matrix.pydantic-version }} oechem: ${{ matrix.openeye }}"
strategy:
fail-fast: false
matrix:
os: ["ubuntu"]
os: ["ubuntu-latest"]
pydantic-version: [">1"]
python-version:
- "3.9"
- "3.10"
- "3.11"
openeye: ["no"]
include:
- os: "macos"
- os: "macos-12"
python-version: "3.11"
pydantic-version: ">1"
- os: "ubuntu"
- os: "ubuntu-latest"
python-version: "3.11"
pydantic-version: "<2"
- os: "ubuntu"
- os: "ubuntu-latest"
python-version: "3.11"
pydantic-version: ">1"
openeye: "yes"
Expand Down Expand Up @@ -99,6 +99,7 @@ jobs:
run: |
micromamba info
micromamba list
pip list
- name: "Run tests"
env:
Expand Down

0 comments on commit 73396c0

Please sign in to comment.