Skip to content

Commit ee33958

Browse files
committed
update GitHub Actions runners to use ubuntu-24.04
1 parent 419d4ab commit ee33958

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build-board-custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ run-name: ${{ inputs.board }}-${{ inputs.language }}-${{ inputs.version }}${{ in
3636

3737
jobs:
3838
build:
39-
runs-on: ubuntu-22.04
39+
runs-on: ubuntu-24.04
4040
steps:
4141
- name: Set up repository
4242
run: |

.github/workflows/build-boards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
board:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
env:
2222
CP_VERSION: ${{ inputs.cp-version }}
2323
strategy:

.github/workflows/build-mpy-cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
strategy:
1919
fail-fast: false
2020
matrix:

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
scheduler:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
outputs:
2121
docs: ${{ steps.set-matrix.outputs.docs }}
2222
ports: ${{ steps.set-matrix.outputs.ports }}
@@ -158,7 +158,7 @@ jobs:
158158
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
159159

160160
docs:
161-
runs-on: ubuntu-22.04
161+
runs-on: ubuntu-24.04
162162
needs: scheduler
163163
if: needs.scheduler.outputs.docs == 'True'
164164
env:

.github/workflows/create-website-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
website:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Dump GitHub context
1616
run: echo "$GITHUB_CONTEXT"

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
pre-commit:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Set up repository
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)