Skip to content

Bump actions/setup-python from 3 to 5 #98

Bump actions/setup-python from 3 to 5

Bump actions/setup-python from 3 to 5 #98

Workflow file for this run

name: CI
on: [ push, pull_request, workflow_dispatch ]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
test:
strategy:
matrix:
include:
- runner: "macos-13" # Ventura Intel
- runner: "flyci-macos-large-latest-m1" # Ventura ARM
- runner: "macos-14" # Sonoma ARM
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v5
- name: Create jail
run: sudo python -m macosjail jail