Skip to content

Commit 5da72db

Browse files
authored
Update Ubuntu base image to 22.04 (#54)
1 parent a0e7515 commit 5da72db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
test:
1818
name: Publish Desktop SDK
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
steps:
2121
- uses: actions/create-github-app-token@v1
2222
id: app-token

.github/workflows/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
working-directory: ./template
1919

2020
name: Build and Push Images
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v3

0 commit comments

Comments
 (0)