Skip to content

Commit a013663

Browse files
committed
ci
1 parent fad405e commit a013663

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
create-release:
4848
name: Create GitHub Release
49-
runs-on: ubuntu-18.04
49+
runs-on: ubuntu-latest
5050
needs: [windows_openssl]
5151
steps:
5252
- name: Download lib artifacts
@@ -124,7 +124,7 @@ jobs:
124124

125125
delete-artifacts:
126126
name: Delete artifacts
127-
runs-on: ubuntu-18.04
127+
runs-on: ubuntu-latest
128128
needs: [create-release]
129129
if: ${{ always() }}
130130
steps:

0 commit comments

Comments
 (0)