Skip to content

Commit

Permalink
Fixing github runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
tstibbs authored Dec 19, 2024
1 parent 9c2ca48 commit acf82ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:

Expand Down Expand Up @@ -46,5 +46,5 @@ jobs:
- name: Set up environment for docker build
run: mkdir example-container/app && cp -r *.js* node_modules example-container/app/
working-directory: edge/iot
- run: docker-compose build
- run: docker compose build
working-directory: edge/iot/example-container

0 comments on commit acf82ab

Please sign in to comment.