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
  • Loading branch information
ShikiSuen committed Dec 30, 2024
1 parent a2b72af commit de3a9a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/update_enkakit_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +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: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Set up Swift
uses: swift-actions/setup-swift@v2
- name: Update EnkaKit Assets
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/update_wallpaper_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +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: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Set up Swift
uses: swift-actions/setup-swift@v2
- name: Update WallpaperKit Assets
Expand Down

0 comments on commit de3a9a9

Please sign in to comment.