Skip to content

Commit a91e49c

Browse files
committed
fix: release workflow from working properly
1 parent f39a718 commit a91e49c

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@ on:
55

66
jobs:
77
build:
8-
runs-on: macos-26
8+
runs-on: macos-latest
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v3
1212
with:
1313
submodules: 'true'
14-
15-
- name: Use Xcode 26.2
16-
run: |
17-
sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer
1814

1915
- name: Compile Feather
2016
run: |

.github/workflows/update_repo.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: macos-15
9+
runs-on: macos-latest
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v3
@@ -20,4 +20,5 @@ jobs:
2020
with:
2121
default_author: github_actions
2222
message: "chore: update repo"
23-
add: app-repo.json
23+
add: app-repo.json
24+
push: true

0 commit comments

Comments
 (0)