Skip to content

Commit fec7c3c

Browse files
committed
Downgrade GitHub action ubuntu version to 20.04
1 parent d73e536 commit fec7c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

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

88
jobs:
99
release:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-20.04
1111

1212
steps:
1313
- name: Checkout code

0 commit comments

Comments
 (0)