File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 arch : amd64
1818 arch_name : amd64
1919 name : freebsd-amd64
20- # - release: "14.3"
21- # arch: aarch64
22- # arch_name: arm64
23- # name: freebsd-arm64
20+ - release : " 14.3"
21+ arch : aarch64
22+ arch_name : arm64
23+ name : freebsd-arm64
2424
2525 steps :
2626 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -23,22 +23,22 @@ jobs:
2323 freebsd :
2424 uses : ./.github/workflows/freebsd_build.yml
2525 with :
26- ring-version : v1.23
26+ ring-version : v1.24
2727
2828 macos :
2929 uses : ./.github/workflows/macos_build.yml
3030 with :
31- ring-version : v1.23
31+ ring-version : v1.24
3232
3333 ubuntu :
3434 uses : ./.github/workflows/ubuntu_build.yml
3535 with :
36- ring-version : v1.23
36+ ring-version : v1.24
3737
3838 windows :
3939 uses : ./.github/workflows/windows_build.yml
4040 with :
41- ring-version : v1.23
41+ ring-version : v1.24
4242
4343 update-libs :
4444 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Follow these instructions to get the WebView library up and running on your syst
5050
5151### Prerequisites
5252
53- - ** [ Ring] ( https://ring-lang.github.io/download.html ) :** Ensure you have Ring language version 1.23 or higher installed.
53+ - ** [ Ring] ( https://ring-lang.github.io/download.html ) :** Ensure you have Ring language version 1.24 or higher installed.
5454
5555### Installation
5656<details >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ aPackageInfo = [
66 :ema il = "youssefelkholey@gmail.com" ,
77 :licen se = "MIT License" ,
88 :versi on = "1.4.0" ,
9- :ringversi on = "1.23 " ,
9+ :ringversi on = "1.24 " ,
1010 :versio ns = [
1111 [
1212 :versi on = "1.4.0" ,
You can’t perform that action at this time.
0 commit comments