Skip to content

Commit f5d3a5d

Browse files
committed
fix
1 parent 8ba7ff4 commit f5d3a5d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-and-release:
1212
name: Build Project and Create Release
13-
runs-on: ubuntu-24.04-arm64
13+
runs-on: macos-latest
1414
permissions:
1515
contents: write
1616

@@ -64,10 +64,6 @@ jobs:
6464
- name: Rename x86 package
6565
run: mv code.editor.fpk code.editor.x86.fpk
6666

67-
- name: Clear
68-
run: |
69-
rm -rf ~/.pkg-cache
70-
7167
- name: Build arm backend
7268
run: npm run build:backend:arm
7369

0 commit comments

Comments
 (0)