Skip to content

Commit

Permalink
update GitHub actions runner to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rabauke committed Nov 20, 2024
1 parent ef53759 commit 1d7ddb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
name: Build App
strategy:
Expand Down Expand Up @@ -36,7 +36,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 1d7ddb4

Please sign in to comment.