mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-24 11:41:35 +02:00
use latest runner
This commit is contained in:
parent
d7d5b1b1d6
commit
1145d1a433
6
.github/workflows/golang-test-linux.yml
vendored
6
.github/workflows/golang-test-linux.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user