Skip to content

Commit

Permalink
Update push-to-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
humandecoded authored Apr 24, 2024
1 parent 88f6942 commit 9f671e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
run-docker:
# Specifies that the job runs on a macOS environment
runs-on: macos-12
runs-on: macos-14
# checkout the code from the repository
steps:
- uses: actions/checkout@v4
Expand All @@ -32,4 +32,4 @@ jobs:
# use docker to run the build_tracelabsiso_recipe.sh script
- name: Run Docker command
run: |
docker run --rm --interactive --net host --privileged --volume $(pwd):/recipes --workdir /recipes tlm1-builder ./build_tracelabsiso_recipe.sh
docker run --rm --interactive --net host --privileged --volume $(pwd):/recipes --workdir /recipes tlm1-builder ./build_tracelabsiso_recipe.sh

0 comments on commit 9f671e5

Please # to comment.