Skip to content

Commit

Permalink
NXDRIVE-2926: Update github Action Runner to use mac-latest 01
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya committed May 14, 2024
1 parent 79184a8 commit 5fefb1a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 483 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,33 +104,14 @@ jobs:

#- name: "[macOS] Install Python"
# if: matrix.os == 'macos-latest'
# run: |
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# brew install pyenv
# pyenv install 3.9.5
# echo ">>>> Python Version: '$(python3 --version)'"
# pyenv global 3.9.5
# eval "$(pyenv init -)"
# eval "$(pyenv init --path)"
# eval "$(pyenv virtualenv-init -)"
# echo "sudo installer -pkg python.pkg -target /"
# echo ">>>> Current Python Version: '$(python3 --version)'"
# run: sudo installer -pkg python.pkg -target /

- name: "[macOS] Setup the environment"
if: matrix.os == 'macos-latest'
env:
MACOSX_DEPLOYMENT_TARGET: "11.3"
SYSTEM_VERSION_COMPAT: 0
run: |
bash tools/osx/deploy_ci_agent.sh --install-release
echo "-----python-----"
python3 --version
echo "---pwd---"
pwd
echo "---ls-a---"
ls -a
run: bash tools/osx/deploy_ci_agent.sh --install-release

- name: "[macOS] Generate the .dmg and validate against 2021"
if: matrix.os == 'macos-latest'
Expand Down
6 changes: 6 additions & 0 deletions docs/changes/5.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Release date: `2024-xx-xx`

## Packaging / Build

- [NXDRIVE-2926] (https://jira.nuxeo.com/browse/NXDRIVE-2926): Update github Action Runner to use mac-latest
- [NXDRIVE-2896](https://jira.nuxeo.com/browse/NXDRIVE-2896): Fix release build for upload/download artifact

## Tests
Expand All @@ -36,6 +37,9 @@ Release date: `2024-xx-xx`

- Added `build` 1.1.1
- Added `pyproject-hooks` 1.0.0
- Added `PyQt5-Qt5` 5.15.13 (for MAC)
- Added `PyQt5-Qt5` 5.15.2 (for Windows and Linux)
- Added `setuptools` 69.5.1
- Added `tomli` 2.0.1
- Removed `toml` 0.10.2
- Upgraded `actions/cache` from 3 to 4
Expand Down Expand Up @@ -83,6 +87,8 @@ Release date: `2024-xx-xx`
- Upgraded `pyobjc-framework-fsevents` from 7.3 to 10.1
- Upgraded `pyobjc-framework-scriptingbridge` from 7.3 to 10.1
- Upgraded `pyobjc-framework-systemconfiguration` from 7.3 to 10.1
- Upgraded `pyqt5-sip` from 12.8.1 to 12.13.0
- Upgraded `pyqt5` from 5.15.2 to 5.15.10
- Upgraded `pytest` from 7.4.0 to 7.4.4
- Upgraded `pytest-timeout` from 2.0.2 to 2.2.0
- Upgraded `pytest-xdist` from 3.3.1 to 3.5.0
Expand Down

0 comments on commit 5fefb1a

Please sign in to comment.