Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #76 from dhiltgen/fix_integration
Browse files Browse the repository at this point in the history
Pin to specific ubuntu version
  • Loading branch information
dhiltgen authored Mar 17, 2021
2 parents 4e77752 + 464a545 commit a6c9f01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
test-unit:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v2
Expand All @@ -29,7 +29,7 @@ jobs:
name: codecov-unit-test

test-integration-containerd:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v2
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
name: codecov-integration-test-containerd

test-integration-dockerd:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v2
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
name: codecov-integration-test-dockerd

lint:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v2
Expand All @@ -111,7 +111,7 @@ jobs:
version: v1.29

build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v2
Expand Down

0 comments on commit a6c9f01

Please sign in to comment.