macOS 26-friendly icon (#1941)

This commit is contained in:
Damien Erambert
2026-04-13 20:32:21 -07:00
committed by GitHub
parent ca0a1569f8
commit 914ed5b8f3
11 changed files with 217 additions and 14 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-latest, macos-26, ubuntu-latest]
steps:
- name: Checkout git repo
@@ -36,7 +36,7 @@ jobs:
on_retry_command: pnpm cache delete
- name: Build and Publish releases (macOS)
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-26'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: nick-invision/retry@v3.0.2