Skip to content

Commit 063a120

Browse files
committed
Update test platform from ubuntu-20.04 to ubuntu-latest
1 parent c12d968 commit 063a120

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-build-sim-tpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
jobs:
2727

2828
build:
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-latest
3030

3131
steps:
3232
# setup ibmswtpm2

.github/workflows/test-custom-tlv-simulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
custom_tlv_simulator_tests:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212

1313
steps:
1414
- uses: actions/checkout@v3

.github/workflows/test-powerfail-simulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
powerfail_simulator_tests:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212

1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)