Skip to content

Commit

Permalink
use Ruby version 'ruby' to specify latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Feb 22, 2024
1 parent bc5a7e8 commit 1384d14
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
gtk_version: 3
CC: gcc-10
CXX: g++-10
ruby: '3.2'
ruby: 'ruby'
wxWidgets: '3.2.4'
swig: '4'
configure_flags:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
gtk_version: 3
CC: gcc-12
CXX: g++-12
ruby: '3.2'
ruby: 'ruby'
wxWidgets: '3.2.4'
swig: '4'
configure_flags:
Expand All @@ -117,7 +117,7 @@ jobs:
gtk_version: 3
CC: gcc-12
CXX: g++-12
ruby: '3.2'
ruby: 'ruby'
wxWidgets: '3.2.4'
swig: '4'
configure_flags:
Expand All @@ -128,7 +128,7 @@ jobs:
gtk_version: 3
CC: gcc-12
CXX: g++-12
ruby: '3.2'
ruby: 'ruby'
wxWidgets: '3.2.4'
swig: '4'
configure_flags:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runner: macos-11
arch: x86_64
wxWidgets: '3.2.4'
ruby: '3.2'
ruby: 'ruby'
swig: '4'
configure_flags: --disable-sys-libs
wxw_type: develop
Expand All @@ -64,7 +64,7 @@ jobs:
runner: macos-11
arch: x86_64
wxWidgets: '3.2.4'
ruby: '3.2'
ruby: 'ruby'
swig: '4'
configure_flags: --disable-sys-libs
wxw_type: embed
Expand All @@ -73,7 +73,7 @@ jobs:
runner: macos-13
arch: x86_64
wxWidgets: '3.2.4'
ruby: '3.2'
ruby: 'ruby'
swig: '4'
configure_flags: --disable-sys-libs
wxw_type: develop
Expand All @@ -82,7 +82,7 @@ jobs:
runner: macos-13
arch: x86_64
wxWidgets: '3.2.4'
ruby: '3.2'
ruby: 'ruby'
swig: '4'
configure_flags: --disable-sys-libs
wxw_type: embed
Expand All @@ -91,7 +91,7 @@ jobs:
runner: macos-13
arch: x86_64
wxWidgets: '3.2.4'
ruby: '3.2'
ruby: 'ruby'
swig: '4'
configure_flags: --disable-sys-libs
wxw_type: embed
Expand All @@ -100,7 +100,7 @@ jobs:
runner: macos-13
arch: x86_64
wxWidgets: '3.2.4'
ruby: '3.2'
ruby: 'ruby'
swig: '4'
configure_flags: --disable-sys-libs
wxw_type: system
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/msw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,39 +63,39 @@ jobs:
- os: windows-2022
platform: 'x64'
CXX: g++-12
ruby: '3.2'
ruby: 'ruby'
wxWidgets: '3.2.4'
swig: '4'
wxw_type: embed
wxr_type: develop
- os: windows-2022
platform: 'x64'
CXX: g++-12
ruby: '3.2'
ruby: 'ruby'
wxWidgets: '3.2.4'
swig: '4'
wxw_type: develop
wxr_type: develop
- os: windows-2022
platform: 'x64'
CXX: g++-12
ruby: '3.2'
ruby: 'ruby'
wxWidgets: '3.2.4'
swig: '4'
wxw_type: embed
wxr_type: binpkg
- os: windows-2022
platform: 'x64'
CXX: g++-12
ruby: '3.2'
ruby: 'ruby'
wxWidgets: '3.2.4'
swig: '4'
wxw_type: embed
wxr_type: gem
- os: windows-2022
platform: 'x64'
CXX: g++-12
ruby: '3.2'
ruby: 'ruby'
wxWidgets: '3.2.4'
swig: '4'
wxw_type: develop
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
os: windows-2022
platform: 'x64'
CXX: g++-12
ruby: '3.3'
ruby: 'ruby'
swig: '4'

steps:
Expand Down Expand Up @@ -214,11 +214,11 @@ jobs:
- name: macOS12
os: macos-12
arch: x86_64
ruby: '3.3'
ruby: 'ruby'
- name: macOS13
os: macos-13
arch: x86_64
ruby: '3.3'
ruby: 'ruby'

steps:
- name: Checkout wxRuby3
Expand Down

0 comments on commit 1384d14

Please sign in to comment.