Skip to content

Commit

Permalink
update GitHub Actions runners to use ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Oct 15, 2024
1 parent 419d4ab commit ee33958
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-board-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ run-name: ${{ inputs.board }}-${{ inputs.language }}-${{ inputs.version }}${{ in

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Set up repository
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
board:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
CP_VERSION: ${{ inputs.cp-version }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mpy-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
scheduler:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
docs: ${{ steps.set-matrix.outputs.docs }}
ports: ${{ steps.set-matrix.outputs.ports }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

docs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: scheduler
if: needs.scheduler.outputs.docs == 'True'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-website-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
website:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Dump GitHub context
run: echo "$GITHUB_CONTEXT"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
pre-commit:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Set up repository
uses: actions/checkout@v4
Expand Down

0 comments on commit ee33958

Please sign in to comment.