Use ubuntu-latest runner in CI/CD workflows
All checks were successful
Deploy / build (push) Successful in 1m22s
Build / build (push) Successful in 1m45s

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-27 11:33:19 +01:00
parent d803919bf5
commit e079eed52d
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ on:
- '*'
jobs:
build:
runs-on: standard-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@@ -5,7 +5,7 @@ on:
- master
jobs:
build:
runs-on: standard-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4