Skip to content

Commit

Permalink
Adjusting build base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
el-tipton committed Feb 23, 2024
1 parent 762a061 commit de3b79f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_testcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:
jobs:
build_test_artifacts:
name: Build Testcases
runs-on: ghcr.io/tianocore/containers/ubuntu-22-build:a0dd931
runs-on: ubuntu-22-build
container:
image: ghcr.io/tianocore/containers/ubuntu-22-build:a0dd93
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Retrieve and build EDK2
Expand Down

0 comments on commit de3b79f

Please sign in to comment.