ci: update workflows to use 'linux' runner label
Some checks failed
Pull Request Validation / validate-pr-title (pull_request) Successful in 0s
Pull Request Validation / validate-docker (pull_request) Failing after 11s
Pull Request Validation / build-test (pull_request) Failing after 1m13s
Pull Request Validation / check-files (pull_request) Failing after 1s
Some checks failed
Pull Request Validation / validate-pr-title (pull_request) Successful in 0s
Pull Request Validation / validate-docker (pull_request) Failing after 11s
Pull Request Validation / build-test (pull_request) Failing after 1m13s
Pull Request Validation / check-files (pull_request) Failing after 1s
- Change runs-on from ubuntu-latest to linux to match runner labels - Fixes workflow execution with thursday-macos runner
This commit is contained in:
@@ -11,7 +11,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: linux
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user