mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-06-10 00:27:50 +00:00
Merge pull request #1119 from elezar/use-public-runners
[no-relnote] Switch to public runners
This commit is contained in:
commit
f973271da1
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
@ -36,7 +36,7 @@ on:
|
||||
|
||||
jobs:
|
||||
e2e-tests:
|
||||
runs-on: linux-amd64-cpu4
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
|
6
.github/workflows/image.yaml
vendored
6
.github/workflows/image.yaml
vendored
@ -27,7 +27,7 @@ on:
|
||||
|
||||
jobs:
|
||||
packages:
|
||||
runs-on: linux-amd64-cpu4
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
target:
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
- ispr: true
|
||||
target: centos8-ppc64le
|
||||
fail-fast: false
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
name: Check out code
|
||||
@ -76,7 +76,7 @@ jobs:
|
||||
path: ${{ github.workspace }}/dist/*
|
||||
|
||||
image:
|
||||
runs-on: linux-amd64-cpu4
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
dist:
|
||||
|
Loading…
Reference in New Issue
Block a user