We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39a718 commit a91e49cCopy full SHA for a91e49c
2 files changed
.github/workflows/release.yml
@@ -5,16 +5,12 @@ on:
5
6
jobs:
7
build:
8
- runs-on: macos-26
+ runs-on: macos-latest
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v3
12
with:
13
submodules: 'true'
14
-
15
- - name: Use Xcode 26.2
16
- run: |
17
- sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer
18
19
- name: Compile Feather
20
run: |
.github/workflows/update_repo.yml
@@ -6,7 +6,7 @@ on:
- runs-on: macos-15
@@ -20,4 +20,5 @@ jobs:
21
default_author: github_actions
22
message: "chore: update repo"
23
- add: app-repo.json
+ add: app-repo.json
24
+ push: true
0 commit comments