Skip to content

Commit

Permalink
CI // Ask CI to install Xcode on macOS 15.
Browse files Browse the repository at this point in the history
- Something is fishy with the open-source distros of Swift 6 SDK at this moment.
  • Loading branch information
ShikiSuen committed Dec 30, 2024
1 parent a2b72af commit 3d72d97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/update_enkakit_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ name: Update EnkaKit Assets
- cron: 0 12 * * *
jobs:
update:
runs-on: macOS-latest
runs-on: macOS-15
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Swift
uses: swift-actions/setup-swift@v2
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Update EnkaKit Assets
id: compare_shas
run: |
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/update_wallpaper_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ name: Update WallpaperKit Assets
- cron: 0 12 * * *
jobs:
update:
runs-on: macOS-latest
runs-on: macOS-15
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Swift
uses: swift-actions/setup-swift@v2
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Update WallpaperKit Assets
id: compare_shas
run: |
Expand Down

0 comments on commit 3d72d97

Please sign in to comment.