Skip to content

Commit d11069b

Browse files
Merge pull request #55 from bats-core/fix/ci
Use Ubuntu-latest for tests
2 parents ff1ca23 + aa627c3 commit d11069b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test-detik:
99
name: Test DETIK
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Install BATS
1313
run: |
@@ -20,7 +20,7 @@ jobs:
2020

2121
test-docker-build:
2222
name: Build the Docker image
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
2626
- name: Execute the build script

0 commit comments

Comments
 (0)