Skip to content

Commit

Permalink
Merge branch 'main' into foedag-primitive-advance-connection
Browse files Browse the repository at this point in the history
  • Loading branch information
ravikiranchollangi authored Apr 25, 2024
2 parents dbb9fd2 + 338a3af commit 0b4cac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ ENV PRODUCTION_DEVICES=""
RUN useradd -m -d /home/runner -u 1001 -s /bin/bash -p $(openssl passwd -1 "$pass") runner
USER runner
ENTRYPOINT ["/bin/bash"]

4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
macos-gcc:
runs-on: macos-latest
runs-on: macos-12

steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
macos-clang:
runs-on: macos-latest
runs-on: macos-12

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 0b4cac0

Please sign in to comment.