Skip to content

Commit 990a13f

Browse files
committed
ci: use ubuntu-latest for @deltachat/jsonrpc-client publishing
Ubuntu 20.04 runner is removed.
1 parent 29b8442 commit 990a13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jsonrpc-client-npm-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: {}
99
jobs:
1010
pack-module:
1111
name: "Publish @deltachat/jsonrpc-client"
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
permissions:
1414
id-token: write
1515
contents: read

0 commit comments

Comments
 (0)