Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into prc_bug_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Dec 10, 2024
2 parents 3cd26a7 + d303f9a commit 2424fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Publish_ROSCO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-12, macos-13, macos-14]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This step creates the rosco controller binary (:code:`libdiscon.so` (Linux), :co

.. code-block:: bash
conda env update --file enviroment.yml
conda env update --file environment.yml
pip install -e . --no-deps
.. _rosco_controller:
Expand Down

0 comments on commit 2424fe2

Please sign in to comment.