Skip to content

Commit

Permalink
Testing out new github runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jan 20, 2025
1 parent f1816c0 commit 7939413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-jupyter-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- platform: amd64
runner: ubuntu-22.04
- platform: arm64
runner: ubuntu-22.04
runner: ubuntu-22.04-arm64

env:
working-directory: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-jupyter-singleuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- platform: amd64
runner: ubuntu-22.04
- platform: arm64
runner: ubuntu-22.04
runner: ubuntu-22.04-arm64

env:
working-directory: ./
Expand Down

0 comments on commit 7939413

Please sign in to comment.