Skip to content

Commit c9b8cf2

Browse files
authored
Merge branch 'main' into tom/bundler-doc
2 parents c3be87a + 2f908b5 commit c9b8cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/smoke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
jobs:
1111
main:
1212
timeout-minutes: 8
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Setup BATS
1616
uses: mig4/setup-bats@v1

.github/workflows/unit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
jobs:
1111
main:
1212
timeout-minutes: 8
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v2
1616
with:

0 commit comments

Comments
 (0)