File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ open build-omodsim-Qt_*/omodsim.app
210210
211211The 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
You can’t perform that action at this time.
0 commit comments