Skip to content

Commit

Permalink
update github build action
Browse files Browse the repository at this point in the history
update platform sdk version to 4.6.013
update GitHub actions runner to Ubuntu 24.04
  • Loading branch information
rabauke committed Nov 20, 2024
1 parent a05edb7 commit a626af7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
[push, workflow_dispatch]

env:
OS_VERSION: 4.5.0.16
OS_VERSION: 4.6.0.13

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Build App
strategy:
matrix:
Expand All @@ -35,7 +35,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
needs:
- build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Download armv7hl
uses: actions/download-artifact@v4
Expand Down

0 comments on commit a626af7

Please sign in to comment.