Skip to content

Commit

Permalink
ci: build and test tntcxx on ubuntu 22.04
Browse files Browse the repository at this point in the history
It is tested in the same way as ubuntu 20.04. Along the way, rename file
with ubuntu runners - it was named `debug` by mistake.
  • Loading branch information
drewdzzz committed Oct 24, 2023
1 parent 2540ddd commit 6583861
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/debug.yml → .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: debug
name: ubuntu

on:
workflow_dispatch:
Expand All @@ -8,18 +8,21 @@ on:
tags: [ "*" ]

jobs:
ubuntu_20_04:
runs-on: ubuntu-20.04

ubuntu:
strategy:
fail-fast: false
matrix:
runs-on:
- ubuntu-20.04
- ubuntu-22.04
tarantool:
- '2.11'
mode:
- Debug
- Release

runs-on: ${{ matrix.runs-on }}

steps:
- name: Clone the connector
uses: actions/checkout@v3
Expand Down

0 comments on commit 6583861

Please sign in to comment.