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 17, 2023
1 parent d6c9f35 commit 90d99a1
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 90d99a1

Please sign in to comment.