From 66512d364cf9d9d5e913ffda1f5bdf93d44ae378 Mon Sep 17 00:00:00 2001 From: mkorszun Date: Thu, 25 May 2023 15:29:21 +0200 Subject: [PATCH] Fix ubuntu version --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2681bb..9995b1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ on: jobs: link_checker: name: Link checker - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - name: Checkout code @@ -27,7 +27,7 @@ jobs: static_analysis: name: Static Analysis - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - name: Checkout code @@ -62,7 +62,7 @@ jobs: unit_test: name: Run ExUnit tests - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 services: rabbitmq: