Skip to content

Commit 74678aa

Browse files
committed
update description and workflow for macos support
1 parent be002f3 commit 74678aa

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-dmg-qt6-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ jobs:
137137
path: ${{ env.DMG_NAME }}
138138

139139
- name: Create or update GitHub Release and upload DMG
140-
if: success() && github.event_name == 'push' && github.ref_type == 'tag'
140+
if: false() # Temporarily disable release creation until we have a stable release process in place
141+
# if: success() && github.event_name == 'push' && github.ref_type == 'tag'
141142
uses: softprops/action-gh-release@v2
142143
with:
143144
draft: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ open build-omodsim-Qt_*/omodsim.app
210210

211211
The following minimum operating system versions are supported for OpenModSim:
212212

213-
- <img src="docs/icons/logo_apple.svg" width="16" height="16" /> **macOS 11 (Big Sur)** and later (Intel and Apple Silicon)
214213
- <img src="docs/icons/logo_windows7.svg" width="16" height="16" /> **Microsoft Windows 7**
215214
- <img src="docs/icons/logo_debian.svg" width="16" height="16" /> **Debian Linux 11**
216215
- <img src="docs/icons/logo_ubuntu.svg" width="16" height="16" /> **Ubuntu Linux 22.04**
@@ -222,6 +221,7 @@ The following minimum operating system versions are supported for OpenModSim:
222221
- <img src="docs/icons/logo_alt.png" width="16" height="16" /> **Alt Linux 11**
223222
- <img src="docs/icons/logo_astra.png" width="18" height="18" /> **Astra Linux 1.7**
224223
- <img src="docs/icons/logo_redos.png" width="16" height="16" /> **RedOS 8**
224+
- <img src="docs/icons/logo_apple.svg" width="16" height="16" /> **macOS 11 (Big Sur)** (experimental support)
225225

226226
# Install from [binary distributions](https://github.com/sanny32/OpenModSim/releases/latest)
227227

0 commit comments

Comments
 (0)