Skip to content

Commit

Permalink
Merge pull request #235 from bugsnag/tms/pin-ubuntu
Browse files Browse the repository at this point in the history
Pin maze-runner tests to Ubuntu 20.04
  • Loading branch information
DariaKunoichi authored Aug 8, 2024
2 parents c7a0901 + 6038944 commit a46e35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on: [ push, pull_request ]
jobs:
test:

runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: 'go/src/github.com/bugsnag/bugsnag-go/v2' # relative to $GITHUB_WORKSPACE
strategy:
fail-fast: false
matrix:
os: [ubuntu, windows]
os: [ubuntu-20.04, windows-latest]
go-version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22']

steps:
Expand Down

0 comments on commit a46e35d

Please sign in to comment.