Skip to content

Commit

Permalink
Switch to public runners (#1054)
Browse files Browse the repository at this point in the history
https://github.com/apache/airflow-site/actions/runs/10386270974
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days. Based on https://github.com/apache/airflow-site/actions/runners we only have ARM runners for ASF-hosted so far now falling back to public runners
  • Loading branch information
kaxil authored Aug 15, 2024
1 parent 78e1ab4 commit 9102363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
build:
runs-on: ["self-hosted", "asf-runner"]
runs-on: ["ubuntu-22.04"]
steps:
# Based on https://github.com/actions/runner-images/issues/2840
- name: 🪓 Remove some stuff we don't need
Expand Down

0 comments on commit 9102363

Please sign in to comment.