Skip to content

Commit

Permalink
Update workflows to accommodate GitHub deprecation of macos-12 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Nov 4, 2024
1 parent ffe3fe5 commit e0fd665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/installers-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
if [[ $BUILD_MAC == "true" ]]; then
target_platform="'osx-64'"
include="{'os': 'macos-12', 'target-platform': 'osx-64', 'spyk-arch': 'unix'}"
include="{'os': 'macos-13', 'target-platform': 'osx-64', 'spyk-arch': 'unix'}"
fi
if [[ $BUILD_ARM == "true" ]]; then
target_platform=${target_platform:+"$target_platform, "}"'osx-arm64'"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Use this to disable the workflow
# if: false
name: Mac - Py${{ matrix.PYTHON_VERSION }}, ${{ matrix.INSTALL_TYPE }}, ${{ matrix.TEST_TYPE }}
runs-on: macos-12
runs-on: macos-13
env:
CI: 'true'
QTCONSOLE_TESTING: 'true'
Expand Down

0 comments on commit e0fd665

Please sign in to comment.