Skip to content

Update VirtualBox build + extend to ARM64 #318

Update VirtualBox build + extend to ARM64

Update VirtualBox build + extend to ARM64 #318

Workflow file for this run

---
name: CI
on:
push:
branches: [main]
tags:
- "*"
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.13
- uses: pre-commit/action@v3.0.0