Skip to content

Commit

Permalink
Merge pull request #291 from mcorino/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mcorino authored Aug 12, 2024
2 parents 3925e42 + 566ffb7 commit b3fbfb5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ jobs:
configure_flags: --disable-sys-libs
wxw_type: system
wxr_type: gem
- name: wxMac macOS 14
runner: macos-14
arch: x86_64
ruby: 'ruby'
swig: '4'
configure_flags: --disable-sys-libs
wxw_type: develop
wxr_type: develop

env:
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,6 @@ jobs:
os: macos-13
arch: x86_64
ruby: 'ruby'
- name: macOS14
os: macos-14
arch: x86_64
ruby: 'ruby'

steps:
- name: Checkout wxRuby3
Expand Down Expand Up @@ -320,11 +316,6 @@ jobs:
arch: x86_64
ruby: 'ruby'
build: false
- name: macOS14
os: macos-14
arch: x86_64
ruby: 'ruby'
build: false

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} wxRuby Gem Test (${{ github.ref_name }})
Expand Down
2 changes: 1 addition & 1 deletion lib/wx/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# This software is released under the MIT license.

module Wx
WXRUBY_VERSION = '1.0.1'
WXRUBY_VERSION = '1.1.0'
end

0 comments on commit b3fbfb5

Please sign in to comment.