update runs-on

This commit is contained in:
Aleksandr Trushkin
2024-02-02 19:02:25 +03:00
parent 7e03a59737
commit 205e4cef57

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: linux_arm64:host
runs-on: linux-arm
steps:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"