another update runs-on

This commit is contained in:
Aleksandr Trushkin
2024-02-02 19:02:57 +03:00
parent 205e4cef57
commit 6acb3dc199

View File

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