Skip to content

Add Python 3.11 for macos & windows & 3.12 for all platforms #315

Add Python 3.11 for macos & windows & 3.12 for all platforms

Add Python 3.11 for macos & windows & 3.12 for all platforms #315

Workflow file for this run

name: taskcluster PR worker
on: [pull_request]
jobs:
osx-tc-worker-pr:
runs-on: macos-latest
env:
TASKCLUSTER_ACCESS_TOKEN: ${{ secrets.TASKCLUSTER_ACCESS_TOKEN }}
TC_WORKER_ID: "gh-orion-pr-${{ github.run_id }}-${{ github.run_attempt }}"
steps:
- uses: actions/checkout@v2
name: clone
- run: .github/scripts/start-worker.sh
continue-on-error: true
name: taskcluster worker
- run: true
name: allow failures