diff --git a/.github/workflows/dev_module_build.yml b/.github/workflows/dev_module_build.yml index cf3f40d36..98e5d532c 100644 --- a/.github/workflows/dev_module_build.yml +++ b/.github/workflows/dev_module_build.yml @@ -142,7 +142,7 @@ jobs: OUTER lint_go: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: Run go linter steps: - name: Set up Go ${{ env.GO_VERSION }} @@ -181,7 +181,7 @@ jobs: run: task -p lint:prettier:yaml test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: Run unit test steps: - name: Set up Go ${{ env.GO_VERSION }}