From b8fa25696c232270080f5f486b6de5d8baf3d3cd Mon Sep 17 00:00:00 2001 From: Bryon Lewis Date: Mon, 9 Dec 2024 11:36:52 -0500 Subject: [PATCH] pin to ubuntu 22.04 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db486eb..93dfa44 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ env: jobs: lint-python: name: Lint Python - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -55,7 +55,7 @@ jobs: working-directory: client test-django: name: Test Django [${{ matrix.tox-env }}] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -110,7 +110,7 @@ jobs: working-directory: bats_ai test-vue: name: Test [vue] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repository uses: actions/checkout@v4