Skip to content

Commit ffb7343

Browse files
authored
Merge pull request #1781 from chocolate-doom/fragglet/macos-byebye
Stop building macOS .dmg packages in CI
2 parents 47ec8a6 + c0f89f2 commit ffb7343

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,11 @@ jobs:
3535
os: macos-latest
3636
compiler: clang
3737
shell: bash
38-
artifacts: true
39-
pkg-path: pkg/osx/*.dmg
40-
pkg-dir: pkg/osx
4138

4239
- name: macOS x86 Clang
43-
os: macos-13
40+
os: macos-15-intel
4441
compiler: clang
4542
shell: bash
46-
artifacts: true
47-
pkg-path: pkg/osx/*.dmg
48-
pkg-dir: pkg/osx
4943

5044
- name: MSYS2 UCRT64
5145
os: windows-latest

0 commit comments

Comments
 (0)