Skip to content

Commit 35c8453

Browse files
committed
build with windows 2022 and ubuntu 22.04
1 parent 1d70afb commit 35c8453

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-20.04, windows-2019]
17+
os: [ubuntu-22.04, windows-2022]
1818
runs-on: ${{ matrix.os }}
1919

2020
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
name: Deploy Extension
77
jobs:
88
deploy:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- uses: actions/checkout@v4
1212
with:

0 commit comments

Comments
 (0)