Skip to content

Commit

Permalink
test public runners
Browse files Browse the repository at this point in the history
  • Loading branch information
vikranth-t committed Jul 24, 2024
1 parent c79ad50 commit 056ceda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
deploy:
runs-on: instadeep-ci
runs-on: ubuntu:latest
container:
image: ghcr.io/catthehacker/ubuntu:runner-latest
timeout-minutes: 30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [ push, pull_request ]
jobs:
tests-and-linters:
name: "Python 3.9 on instadeep-ci"
runs-on: instadeep-ci
runs-on: ubuntu:latest
container:
image: python:3.9

Expand Down

0 comments on commit 056ceda

Please sign in to comment.