Skip to content

Commit

Permalink
ci: migrate workflows to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Dec 9, 2024
1 parent 19451c9 commit a2ae128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test-hello-world:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
idf_version:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

run-tests:
name: test-${{ matrix.test_name }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
test_name:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

report:
needs: [test-hello-world, run-tests]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: always()
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
version: [release-v5.0, release-v5.1, release-v5.2, release-v5.3, latest]
Expand Down

0 comments on commit a2ae128

Please sign in to comment.