Bumpt to python 3.12, updated action files and changelog
This commit is contained in:
6
.github/workflows/macOS.yml
vendored
6
.github/workflows/macOS.yml
vendored
@@ -6,12 +6,12 @@ on:
|
||||
artemis_version:
|
||||
description: 'Version'
|
||||
required: true
|
||||
default: '4.0.0'
|
||||
default: '4.1.0'
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
build-macos-x86_64:
|
||||
runs-on: macos-11
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Build and package
|
||||
run: sh ./building/macOS/build_macos.sh
|
||||
|
||||
Reference in New Issue
Block a user