From 1145d1a4333b942c7a9c7a89f718f24a762cffbf Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Thu, 20 Feb 2025 18:21:45 +0100 Subject: [PATCH] use latest runner --- .github/workflows/golang-test-linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golang-test-linux.yml b/.github/workflows/golang-test-linux.yml index efe1a2654..79834a896 100644 --- a/.github/workflows/golang-test-linux.yml +++ b/.github/workflows/golang-test-linux.yml @@ -392,9 +392,9 @@ jobs: strategy: fail-fast: false matrix: - arch: [ '386','amd64' ] - store: [ 'sqlite', 'postgres' ] - runs-on: ubuntu-22.04 + arch: [ 'amd64' ] + store: [ 'postgres' ] + runs-on: ubuntu-latest-m steps: - name: Install Go uses: actions/setup-go@v5