This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 91023639ef Switch to public runners (#1054)
91023639ef is described below
commit 91023639ef606a7c710126ad2743aaf6f61482b5
Author: Kaxil Naik <[email protected]>
AuthorDate: Fri Aug 16 00:16:29 2024 +0100
Switch to public runners (#1054)
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
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b770f705ff..da826597a6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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