Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 8657ec8

Browse files
Make build workflow use ubuntu-latest
Co-authored-by: Yannik Rudolph <yannik.rudolph@otto.de>
1 parent 67d2b3f commit 8657ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

2020
jobs:
2121
build:
22-
runs-on: Ubuntu-20.04
22+
runs-on: ubuntu-latest
2323
env:
2424
AWS_REGION: eu-central-1
2525
steps:

0 commit comments

Comments
 (0)