Skip to content

Commit

Permalink
Merge pull request #9720 from dhalbert/update-runs-on
Browse files Browse the repository at this point in the history
update github actions to use macos-13, ubuntu-24.04
  • Loading branch information
dhalbert authored Oct 15, 2024
2 parents 7107369 + ee33958 commit 329a9f7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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
6 changes: 3 additions & 3 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 @@ -102,7 +102,7 @@ jobs:
cp-version: ${{ needs.scheduler.outputs.cp-version }}

mpy-cross-mac:
runs-on: macos-12
runs-on: macos-13
needs: scheduler
if: needs.scheduler.outputs.ports != '{}'
env:
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 329a9f7

Please sign in to comment.