From 005b8b9c4b366c8fc4fab1e993dad67957a25e83 Mon Sep 17 00:00:00 2001 From: mthaddon Date: Wed, 3 Apr 2024 09:19:58 +0200 Subject: [PATCH] Add the jammy tag to workflow (#15) --- .github/workflows/integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index a3f7938..7906b22 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -7,7 +7,7 @@ on: jobs: integration-test: name: Run Integration Tests - runs-on: [ self-hosted, linux, x64, large ] + runs-on: [ self-hosted, linux, x64, jammy, large ] steps: - uses: actions/checkout@v2