Skip to content

Commit 2c8fa79

Browse files
committed
Deprecated.
1 parent 0ba0a53 commit 2c8fa79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: [
1313
ubuntu-22.04,
14-
ubuntu-20.04,
14+
#ubuntu-20.04,
1515
macos-14,
1616
# macos-11,
1717
# macos-10.15,
@@ -42,7 +42,7 @@ jobs:
4242
release:
4343
if: github.event_name == 'release' && github.event.action == 'created'
4444
needs: test
45-
runs-on: ubuntu-20.04
45+
runs-on: ubuntu-22.04
4646
steps:
4747
- uses: actions/checkout@v2
4848
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)