Skip to content

Commit

Permalink
Update test platform from ubuntu-20.04 to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Apr 10, 2024
1 parent c12d968 commit 063a120
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-sim-tpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
jobs:

build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
# setup ibmswtpm2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-custom-tlv-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
custom_tlv_simulator_tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-powerfail-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
powerfail_simulator_tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 063a120

Please sign in to comment.