Skip to content

Build with ubuntu 20.04 #16

Build with ubuntu 20.04

Build with ubuntu 20.04 #16

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38"]'
os: windows-latest
wheel-tags: true
main-macos:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38"]'
os: macos-latest
main-macos-intel:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38"]'
os: macos-13
wheel-tags: true
main-linux-old:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38"]'
os: ubuntu-20.04
wheel-tags: true
main-linux:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38"]'
os: ubuntu-latest