Skip to content

Commit

Permalink
ci(GITHUB): deprecate osx 12 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Dec 9, 2024
1 parent 3f286f6 commit 1c17e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-mac_maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
CONCURRENCY: ${{ fromJSON(needs.configuration.outputs.COOKIECUTTER_CONFIGURATION)._GITHUB_CI_DEFAULT_CONCURRENCY }}
PYTHON_VERSIONS: ${{ toJSON(fromJSON(needs.configuration.outputs.COOKIECUTTER_CONFIGURATION)._GITHUB_CI_DEFAULT_PYTHON_VERSIONS) }}
TEST_ARCHITECTURES: '["x86_64"]'
TEST_BINARY_VERSIONS: '["0.0.6"]'
TEST_OS: '[12]'
TEST_BINARY_VERSIONS: '["0.0.7"]'
TEST_OS: '[13]'
VERBOSE_NOTIFICATIONS: ${{ fromJSON(needs.configuration.outputs.COOKIECUTTER_CONFIGURATION)._GITHUB_CI_DEFAULT_VERBOSE_NOTIFICATIONS }}
WORKFLOW_NAME: "mac_maker"

Expand Down

0 comments on commit 1c17e03

Please sign in to comment.