Skip to content

Commit 291479f

Browse files
committed
* Use Ring master branch
1 parent df4a7f7 commit 291479f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Update
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ dev ]
66
paths:
77
- '**.c'
88
- '**.h'
@@ -23,27 +23,27 @@ jobs:
2323
freebsd:
2424
uses: ./.github/workflows/freebsd_build.yml
2525
with:
26-
ring-version: v1.23
26+
ring-version: master
2727

2828
macos:
2929
uses: ./.github/workflows/macos_build.yml
3030
with:
31-
ring-version: v1.23
31+
ring-version: master
3232

3333
ubuntu:
3434
uses: ./.github/workflows/ubuntu_build.yml
3535
with:
36-
ring-version: v1.23
36+
ring-version: master
3737

3838
windows:
3939
uses: ./.github/workflows/windows_build.yml
4040
with:
41-
ring-version: v1.23
41+
ring-version: master
4242

4343
update-libs:
4444
runs-on: ubuntu-latest
4545
needs: [ freebsd, macos, ubuntu, windows ]
46-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
46+
if: github.event_name == 'push' && github.ref == 'refs/heads/dev'
4747

4848
permissions:
4949
contents: write

package.ring

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ aPackageInfo = [
55
:developer = "ysdragon",
66
:email = "youssefelkholey@gmail.com",
77
:license = "MIT License",
8-
:version = "1.3.8",
9-
:ringversion = "1.23",
8+
:version = "1.4.0",
9+
:ringversion = "1.24",
1010
:versions = [
1111
[
12-
:version = "1.3.8",
13-
:branch = "main"
12+
:version = "1.4.0",
13+
:branch = "dev"
1414
]
1515
],
1616
:libs = [

0 commit comments

Comments
 (0)