Skip to content

Commit

Permalink
Attempt running on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Aug 20, 2024
1 parent 610a50b commit d643a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly-openshift-1-5-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: custom-linux-xl
runs-on: macos-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -19,7 +19,7 @@ jobs:

- name: Download CRC binary
run: |
curl -LO https://dl.fedoraproject.org/pub/alt/okd-crc/linux-amd64/crc
curl -LO https://dl.fedoraproject.org/pub/alt/okd-crc/macos-amd64/crc
chmod +x crc
sudo cp crc /usr/local/bin/crc
crc version
Expand Down

0 comments on commit d643a8e

Please sign in to comment.