summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Marchand <[email protected]>2022-03-18 15:35:08 +0100
committerThomas Monjalon <[email protected]>2022-03-21 13:56:40 +0100
commit1d5e58e9b6962cb00fc5c7369cbf4e3b932a9b8e (patch)
tree6a64533862b1018b54e1130b7931070e24363818 /.github/workflows
parent80c5b4d6355d1dbece8dd1f812d374f3e24086bc (diff)
version: 22.07-rc0
Start a new release cycle with empty release notes. Bump version and ABI minor. Signed-off-by: David Marchand <[email protected]> Acked-by: Thomas Monjalon <[email protected]> Acked-by: Aaron Conole <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d30cfd08d7..02819aa5de 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
LIBABIGAIL_VERSION: libabigail-1.8
MINI: ${{ matrix.config.mini != '' }}
PPC64LE: ${{ matrix.config.cross == 'ppc64le' }}
- REF_GIT_TAG: v21.11
+ REF_GIT_TAG: v22.03
RUN_TESTS: ${{ contains(matrix.config.checks, 'tests') }}
strategy: