Skip to content

Commit

Permalink
workflow: rename Ventura to Sonoma part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyrilHD committed Oct 3, 2023
1 parent 9bc7f32 commit 7861475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

jobs:
ventura:
sonoma:
name: Build (Sonoma)
runs-on: macos-latest
steps:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
latest: true
fileName: "*_Monterey.kext.zip"

# replace Ventura AirportItlwm with Monterey
# replace Sonoma AirportItlwm with Monterey
- run: rm -rf OpenCore/EFI/OC/Kexts/AirportItlwm.kext
- run: unzip *_Monterey.kext.zip
- run: mv AirportItlwm.kext OpenCore/EFI/OC/Kexts/
Expand Down

0 comments on commit 7861475

Please sign in to comment.