Skip to content

Commit

Permalink
Merge pull request #673 from iamemilio/fix-github-actions
Browse files Browse the repository at this point in the history
Run workflows on ubuntu-latest only
  • Loading branch information
iamemilio committed Apr 17, 2023
2 parents 2d50b2f + e5792f3 commit 73eb682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: pull_request

jobs:
go-agent-v3:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
# Required when using older versions of Go that do not support gomod.
GOPATH: ${{ github.workspace }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
go-agent-arm64:
# Run all unit tests on aarch64 emulator to ensure compatibility with AWS
# Graviton instances
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
# if one test fails, do not abort the rest
fail-fast: false
Expand Down

0 comments on commit 73eb682

Please sign in to comment.