Skip to content

Commit

Permalink
Try running CI tests on macOS 10.15 vm
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Dec 15, 2022
1 parent 8a8f4e2 commit ab662ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: CI
on: [push, pull_request, workflow_dispatch]

env:
MACOSX_DEPLOYMENT_TARGET: 12
MACOSX_DEPLOYMENT_TARGET: 10.15

jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-12]
os: [ubuntu-latest, macos-10.15]
steps:
# Install dependencies, then install HELICS from source
- name: Install dependencies (Linux)
Expand Down

0 comments on commit ab662ed

Please sign in to comment.