Skip to content

Commit

Permalink
misc: Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
iabdalkader committed Jul 25, 2024
1 parent 3d397e9 commit 9c33b39
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tflm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
build-tflm:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand All @@ -51,6 +51,12 @@ jobs:
repository: tensorflow/tflite-micro
ref: 213eb8769b919f722f85877a2affeddd76f45dca

- name: Update package lists
run: sudo apt-get update

- name: Upgrade build-essential
run: sudo apt-get install --only-upgrade build-essential -y

- name: '♻ Caching dependencies'
uses: actions/[email protected]
id: cache
Expand Down Expand Up @@ -111,7 +117,7 @@ jobs:
if-no-files-found: error

push-artifacts:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [build-tflm]
if: github.event_name == 'push'
permissions:
Expand Down

0 comments on commit 9c33b39

Please sign in to comment.