We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba7ff4 commit f5d3a5dCopy full SHA for f5d3a5d
1 file changed
.github/workflows/release.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
build-and-release:
12
name: Build Project and Create Release
13
- runs-on: ubuntu-24.04-arm64
+ runs-on: macos-latest
14
permissions:
15
contents: write
16
@@ -64,10 +64,6 @@ jobs:
64
- name: Rename x86 package
65
run: mv code.editor.fpk code.editor.x86.fpk
66
67
- - name: Clear
68
- run: |
69
- rm -rf ~/.pkg-cache
70
-
71
- name: Build arm backend
72
run: npm run build:backend:arm
73
0 commit comments