Skip to content

Commit

Permalink
Bump up macOS image to use for CI jobs to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Feb 9, 2024
1 parent ab662ed commit 44848b9
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: 10.15
MACOSX_DEPLOYMENT_TARGET: 13

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

0 comments on commit 44848b9

Please sign in to comment.