Skip to content

Commit

Permalink
use master not main
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Kyle committed Apr 17, 2024
1 parent 34c7c6f commit 1e1176f
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
name: glibc-v2.23
steps:
- name: build how2heap
uses: shellphish/how2heap/ci/build@main
uses: shellphish/how2heap/ci/build@master
with:
ubuntu: '16.04'
- name: test how2heap
uses: shellphish/how2heap/ci/test@main
uses: shellphish/how2heap/ci/test@master
with:
ubuntu: '16.04'
glibc: '2.23'
Expand All @@ -27,11 +27,11 @@ jobs:
name: glibc-v2.24
steps:
- name: build how2heap
uses: shellphish/how2heap/ci/build@main
uses: shellphish/how2heap/ci/build@master
with:
ubuntu: '16.04'
- name: test how2heap
uses: shellphish/how2heap/ci/test@main
uses: shellphish/how2heap/ci/test@master
with:
ubuntu: '16.10'
glibc: '2.24'
Expand All @@ -40,11 +40,11 @@ jobs:
name: glibc-v2.27
steps:
- name: build how2heap
uses: shellphish/how2heap/ci/build@main
uses: shellphish/how2heap/ci/build@master
with:
ubuntu: '18.04'
- name: test how2heap
uses: shellphish/how2heap/ci/test@main
uses: shellphish/how2heap/ci/test@master
with:
ubuntu: '18.04'
glibc: '2.27'
Expand All @@ -53,11 +53,11 @@ jobs:
name: glibc-v2.31
steps:
- name: build how2heap
uses: shellphish/how2heap/ci/build@main
uses: shellphish/how2heap/ci/build@master
with:
ubuntu: '20.04'
- name: test how2heap
uses: shellphish/how2heap/ci/test@main
uses: shellphish/how2heap/ci/test@master
with:
ubuntu: '20.04'
glibc: '2.31'
Expand All @@ -66,11 +66,11 @@ jobs:
name: glibc-v2.32
steps:
- name: build how2heap
uses: shellphish/how2heap/ci/build@main
uses: shellphish/how2heap/ci/build@master
with:
ubuntu: '20.04'
- name: test how2heap
uses: shellphish/how2heap/ci/test@main
uses: shellphish/how2heap/ci/test@master
with:
ubuntu: '20.10'
glibc: '2.32'
Expand All @@ -79,11 +79,11 @@ jobs:
name: glibc-v2.33
steps:
- name: build how2heap
uses: shellphish/how2heap/ci/build@main
uses: shellphish/how2heap/ci/build@master
with:
ubuntu: '20.04'
- name: test how2heap
uses: shellphish/how2heap/ci/test@main
uses: shellphish/how2heap/ci/test@master
with:
ubuntu: '21.04'
glibc: '2.33'
Expand All @@ -92,11 +92,11 @@ jobs:
name: glibc-v2.34
steps:
- name: build how2heap
uses: shellphish/how2heap/ci/build@main
uses: shellphish/how2heap/ci/build@master
with:
ubuntu: '20.04'
- name: test how2heap
uses: shellphish/how2heap/ci/test@main
uses: shellphish/how2heap/ci/test@master
with:
ubuntu: '21.10'
glibc: '2.34'
Expand All @@ -105,11 +105,11 @@ jobs:
name: glibc-v2.35
steps:
- name: build how2heap
uses: shellphish/how2heap/ci/build@main
uses: shellphish/how2heap/ci/build@master
with:
ubuntu: '22.04'
- name: test how2heap
uses: shellphish/how2heap/ci/test@main
uses: shellphish/how2heap/ci/test@master
with:
ubuntu: '22.04'
glibc: '2.35'
Expand All @@ -118,11 +118,11 @@ jobs:
name: glibc-v2.36
steps:
- name: build how2heap
uses: shellphish/how2heap/ci/build@main
uses: shellphish/how2heap/ci/build@master
with:
ubuntu: '22.04'
- name: test how2heap
uses: shellphish/how2heap/ci/test@main
uses: shellphish/how2heap/ci/test@master
with:
ubuntu: '22.10'
glibc: '2.36'
Expand All @@ -131,11 +131,11 @@ jobs:
name: glibc-v2.37
steps:
- name: build how2heap
uses: shellphish/how2heap/ci/build@main
uses: shellphish/how2heap/ci/build@master
with:
ubuntu: '22.04'
- name: test how2heap
uses: shellphish/how2heap/ci/test@main
uses: shellphish/how2heap/ci/test@master
with:
ubuntu: '23.04'
glibc: '2.37'
Expand All @@ -144,11 +144,11 @@ jobs:
name: glibc-v2.38
steps:
- name: build how2heap
uses: shellphish/how2heap/ci/build@main
uses: shellphish/how2heap/ci/build@master
with:
ubuntu: '22.04'
- name: test how2heap
uses: shellphish/how2heap/ci/test@main
uses: shellphish/how2heap/ci/test@master
with:
ubuntu: '23.10'
glibc: '2.38'
Expand All @@ -157,11 +157,11 @@ jobs:
# name: glibc-v2.39
# steps:
# - name: build how2heap
# uses: shellphish/how2heap/ci/build@main
# uses: shellphish/how2heap/ci/build@master
# with:
# ubuntu: '24.04'
# - name: test how2heap
# uses: shellphish/how2heap/ci/test@main
# uses: shellphish/how2heap/ci/test@master
# with:
# ubuntu: '24.04'
# glibc: '2.39'

0 comments on commit 1e1176f

Please sign in to comment.