Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
update workflow runner version to latest ubuntu supported
Browse files Browse the repository at this point in the history
Signed-off-by: Oscar Ward <oscar@acorn.io>
  • Loading branch information
Oscar Ward authored and cjellick committed Aug 16, 2023
1 parent 067b782 commit cf7b26e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
validate:
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -34,7 +34,7 @@ jobs:
- run: make validate-code
- run: make build
unit:
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: buildjet-4vcpu-ubuntu-2204
needs: validate
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
with:
paths: unit-test-summary.xml
integration:
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: buildjet-4vcpu-ubuntu-2204
needs: validate
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-docs.yaml
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
validate-docs:
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit cf7b26e

Please sign in to comment.