Skip to content

Commit 287733f

Browse files
committed
fix(ci/cd): change runner to use ubuntu-latest
1 parent d5b96c7 commit 287733f

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
environment: ${{ inputs.environment }}
2424
outputs:
2525
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)