This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit d4d893167d03410e830183ae05658eeee33ea79c Author: Szymon Czapracki <szymon.czapra...@codecoup.pl> AuthorDate: Thu Jun 12 16:09:07 2025 +0200 ci: Update style check workflow to run on ubuntu-24.04 Changed the GitHub Actions runner from ubuntu-latest to ubuntu-24.04 to ensure compatibility and consistency with the project environment. --- .github/workflows/check_compliance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_compliance.yml b/.github/workflows/check_compliance.yml index 8982953b2..703cb1ccb 100644 --- a/.github/workflows/check_compliance.yml +++ b/.github/workflows/check_compliance.yml @@ -24,7 +24,7 @@ on: [pull_request] jobs: style_check: name: Coding style - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4