Skip to content

Commit

Permalink
ci: use ubuntu-20.04 for the draft-release job
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed Apr 26, 2023
1 parent 63a6c2d commit 12e4b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-python-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
draft-release:
name: Draft-release
needs: [build]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Clone repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-tcp-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
draft-release:
name: Draft-release
needs: [build]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Clone repository
Expand Down

0 comments on commit 12e4b7b

Please sign in to comment.