Skip to content

build: Update to header 1.4.345#362

Merged
mikes-lunarg merged 1 commit intomainfrom
__release-1.4.345
Mar 6, 2026
Merged

build: Update to header 1.4.345#362
mikes-lunarg merged 1 commit intomainfrom
__release-1.4.345

Conversation

@mikes-lunarg
Copy link
Contributor

No description provided.

- uses: actions/setup-python@v6
with:
python-version: '3.10'
- run: python3 -m pip install pyparsing
Copy link
Collaborator

Choose a reason for hiding this comment

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

What is this for?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Comment on lines -26 to -36
- name: Set up Python 3.8
if: matrix.os != 'macos-latest'
uses: actions/setup-python@v6
with:
python-version: '3.8'
# MacOS machine can run on arm64 and it doesn't support 3.8
- name: Set up Python 3.10.11
if: matrix.os == 'macos-latest'
uses: actions/setup-python@v6
with:
python-version: '3.10.11'
Copy link
Collaborator

Choose a reason for hiding this comment

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

I take it this is no longer necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure why this was ever here, python is only needed for the codegen job

@mikes-lunarg mikes-lunarg merged commit 20fb10e into main Mar 6, 2026
31 checks passed
@mikes-lunarg mikes-lunarg deleted the __release-1.4.345 branch March 6, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants