Skip to content

Commit 743cc39

Browse files
committed
fix: renable macos intel releases
1 parent 6674957 commit 743cc39

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
package_darwin_arm:
174174
if: startsWith(github.ref, 'refs/tags/')
175-
runs-on: macos-14
175+
runs-on: macos-latest
176176
needs: test
177177
steps:
178178
- uses: actions/checkout@v4
@@ -213,9 +213,8 @@ jobs:
213213
overwrite: true
214214

215215
package_darwin_intel:
216-
if: false # temporily disabled because image has been retired
217-
# if: startsWith(github.ref, 'refs/tags/')
218-
runs-on: macos-13
216+
if: startsWith(github.ref, 'refs/tags/')
217+
runs-on: macos-15-intel
219218
needs: test
220219
steps:
221220
- uses: actions/checkout@v4
@@ -300,7 +299,7 @@ jobs:
300299
package_appimage,
301300
package_linux,
302301
package_darwin_arm,
303-
# package_darwin_intel,
302+
package_darwin_intel,
304303
package_windows,
305304
package_android,
306305
]
@@ -326,4 +325,5 @@ jobs:
326325
${{ env.FULLNAME2 }}-${{ env.VERSION }}-x86_64.AppImage
327326
${{ env.NAME }}-${{ env.VERSION }}-linux-amd64.tar.xz
328327
${{ env.NAME }}-${{ env.VERSION }}-darwin-arm64.zip
328+
${{ env.NAME }}-${{ env.VERSION }}-darwin-intel64.zip
329329
${{ env.FULLNAME2 }}.apk

FyneApp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Website = "https://github.com/ErikKalkoken/evebuddy"
44
Icon = "icon.png"
55
Name = "EVE Buddy"
66
ID = "io.github.erikkalkoken.evebuddy"
7-
Version = "0.50.1"
7+
Version = "0.50.2"
88
Build = 0
99

1010
[Release]

0 commit comments

Comments
 (0)