Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Jan 26, 2025
1 parent a556547 commit 5a87ac2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/initiator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Show Environment Variables
# Disable this workflow on forks
if: github.repository_owner == 'taichi-dev'
runs-on: [self-hosted, Linux]
runs-on: [self-hosted, Linux, ubuntu-24.04-arm]
steps:
- name: Environment Variables
run: env
Expand All @@ -36,7 +36,7 @@ jobs:
preparation:
name: Preparation
runs-on: [self-hosted, Linux]
runs-on: [self-hosted, Linux, ubuntu-24.04-arm]
outputs:
date: ${{ steps.gather.outputs.date }}
short_sha: ${{ steps.gather.outputs.short_sha }}
Expand All @@ -58,7 +58,7 @@ jobs:
with:
build_id: ${{ needs.preparation.outputs.build_id }}
nightly: false
python: '["3.9", "3.10", "3.11"]'
python: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
secrets:
BOT_MINIO_ACCESS_KEY: ${{ secrets.BOT_MINIO_ACCESS_KEY }}
BOT_MINIO_SECRET_KEY: ${{ secrets.BOT_MINIO_SECRET_KEY }}
Expand Down

0 comments on commit 5a87ac2

Please sign in to comment.