Skip to content

Commit

Permalink
Fixing macos version, should upgrade python
Browse files Browse the repository at this point in the history
  • Loading branch information
micahcarroll authored Apr 24, 2024
1 parent 89aa083 commit 9850ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build_osx:
runs-on: macos-latest
runs-on: macos-12.7.4
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythontests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on: ['push', 'pull_request']
jobs:
osx_mdp_tests:
runs-on: macos-latest
runs-on: macos-12.7.4
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
Expand Down

0 comments on commit 9850ec8

Please sign in to comment.