We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e7515 commit 5da72dbCopy full SHA for 5da72db
.github/workflows/publish_packages.yml
@@ -16,7 +16,7 @@ permissions:
16
jobs:
17
test:
18
name: Publish Desktop SDK
19
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
20
steps:
21
- uses: actions/create-github-app-token@v1
22
id: app-token
.github/workflows/template.yml
@@ -18,7 +18,7 @@ jobs:
working-directory: ./template
name: Build and Push Images
23
- name: Checkout repository
24
uses: actions/checkout@v3
0 commit comments