Skip to content

Commit 0a64ed6

Browse files
authored
MAINT: use quantecon-gpu-runner (#195)
1 parent f9dd629 commit 0a64ed6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
cache:
8-
runs-on: ubuntu-latest-gpu
8+
runs-on: quantecon-gpu-runner
99
container:
1010
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
1111
options: --gpus all

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Preview [using jupyter-book]
22
on: [pull_request]
33
jobs:
44
preview:
5-
runs-on: ubuntu-latest-gpu
5+
runs-on: quantecon-gpu-runner
66
container:
77
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
88
options: --gpus all

.github/workflows/collab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Project on Google Collab (Execution)
22
on: [pull_request]
33
jobs:
44
execution-checks:
5-
runs-on: ubuntu-latest-gpu
5+
runs-on: quantecon-gpu-runner
66
container:
77
image: docker://us-docker.pkg.dev/colab-images/public/runtime
88
options: --gpus all

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
publish:
88
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
9-
runs-on: ubuntu-latest-gpu
9+
runs-on: quantecon-gpu-runner
1010
container:
1111
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
1212
options: --gpus all

0 commit comments

Comments
 (0)