Skip to content

Commit 2e2b6b6

Browse files
committed
Attempt running on macos
1 parent 610a50b commit 2e2b6b6

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

.github/workflows/weekly-openshift-1-5-x.yml

+4-18
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,14 @@ on:
66

77
jobs:
88
build:
9-
runs-on: custom-linux-xl
9+
runs-on: macos-latest
1010
steps:
1111
- uses: actions/checkout@v2
1212

13-
- name: Cache CRC binary
14-
id: cache-crc-binary
15-
uses: actions/cache@v2
13+
- uses: redhat-actions/openshift-cli-installer@v1
1614
with:
17-
path: crc
18-
key: ${{ runner.os }}-okd-crc
19-
20-
- name: Download CRC binary
21-
run: |
22-
curl -LO https://dl.fedoraproject.org/pub/alt/okd-crc/linux-amd64/crc
23-
chmod +x crc
24-
sudo cp crc /usr/local/bin/crc
25-
crc version
26-
27-
- name: Install required virtualization software
28-
run: |
29-
sudo apt-get update -y
30-
sudo apt-get install -y qemu-kvm libvirt-daemon libvirt-daemon-system network-manager
15+
oc: latest
16+
crc: latest
3117

3218
- name: Configure CRC
3319
run: |

0 commit comments

Comments
 (0)