Skip to content

Commit

Permalink
Use latest build image
Browse files Browse the repository at this point in the history
  • Loading branch information
jensboe committed Nov 19, 2023
1 parent 531a164 commit 8bc7ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build_debug:
runs-on: ubuntu-latest
container:
image: ghcr.io/jensboe/arm-cortex-build:v1.3.0
image: ghcr.io/jensboe/arm-cortex-build:v1.4.0
steps:
- name: Checkout
uses: actions/Checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/jensboe/arm-cortex-build:v1.3.0
image: ghcr.io/jensboe/arm-cortex-build:v1.4.0
steps:
- name: Checkout
uses: actions/Checkout@v4
Expand Down

0 comments on commit 8bc7ba2

Please sign in to comment.