Skip to content

Commit a68e831

Browse files
authored
Returning some values to original state
1 parent 650c359 commit a68e831

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
python: "3.10"
2222
arch: x86_64
2323
package-name: linux_x86_64
24+
- os: ubuntu-24.04-arm
25+
python: "3.10"
26+
arch: arm64
27+
package-name: linux_arm64
2428
- os: macos-latest
2529
python: "3.10"
2630
arch: arm64
@@ -97,7 +101,7 @@ jobs:
97101

98102
attach:
99103
name: Attach Artifacts to GitHub Release
100-
runs-on: macos-latest
104+
runs-on: ubuntu-latest
101105
needs: build
102106

103107
steps:

0 commit comments

Comments
 (0)