Skip to content

Commit

Permalink
Bump Python to 3.12.0 for the arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Mar 8, 2024
1 parent 0e98128 commit ff30143
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/mac_release.yml
Expand Up @@ -10,7 +10,6 @@ env:
BUILD_TYPE: Release
FC: gfortran-13
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
Python_REQUIRED_VERSION: 3.8

jobs:
mac_release:
Expand All @@ -26,30 +25,34 @@ jobs:
os: macos-11
allow_failure: false
arch: x86_64
python: 3.8
- macos_dev_target: 11.6
os: macos-11
allow_failure: false
arch: x86_64
python: 3.8
- macos_dev_target: 12.1
os: macos-12
allow_failure: false
arch: x86_64
python: 3.8
- macos_dev_target: 13.0
os: macos-14
allow_failure: false
arch: arm64
python: 3.12.0
permissions:
# Needed permission to upload the release asset
contents: write

steps:
- uses: actions/checkout@v3

- name: Set up Python ${{ env.Python_REQUIRED_VERSION }}
- name: Set up Python ${{ matrix.python }}
id: setup-python
uses: actions/setup-python@v4
with:
python-version: ${{ env.Python_REQUIRED_VERSION }}
python-version: ${{ matrix.python }}

- name: Setup QtIFW 4.x
uses: jmarrec/setup-qtifw@v1
Expand Down

5 comments on commit ff30143

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacUpdates (Myoldmopar) - Win64-Windows-10-VisualStudio-16: OK (2766 of 2766 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacUpdates (Myoldmopar) - x86_64-MacOS-10.18-clang-15.0.0: OK (3554 of 3554 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacUpdates (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3595 of 3595 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacUpdates (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1978 of 1978 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacUpdates (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (791 of 791 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.