Skip to content

Commit

Permalink
workflow: use ubuntu-latest for pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Butusov <andrey@nspcc.io>
  • Loading branch information
End-rey committed Aug 23, 2024
1 parent d31aef2 commit 70b47cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
test_cover:
name: Coverage
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

env:
CGO_ENABLED: 0
Expand Down Expand Up @@ -42,14 +42,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-22.04, windows-2022, macos-14 ]
os: [ ubuntu-latest, windows-2022, macos-14 ]
go_versions: [ '1.22', '1.23' ]
exclude:
- os: macos-14
go_versions: '1.22'
- os: windows-2022
go_versions: '1.22'
- os: ubuntu-22.04
- os: ubuntu-latest
go_versions: '1.23'
fail-fast: false
steps:
Expand Down

0 comments on commit 70b47cd

Please sign in to comment.