We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba0a53 commit 2c8fa79Copy full SHA for 2c8fa79
1 file changed
.github/workflows/continuous-integration.yaml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
os: [
13
ubuntu-22.04,
14
- ubuntu-20.04,
+ #ubuntu-20.04,
15
macos-14,
16
# macos-11,
17
# macos-10.15,
@@ -42,7 +42,7 @@ jobs:
42
release:
43
if: github.event_name == 'release' && github.event.action == 'created'
44
needs: test
45
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
46
steps:
47
- uses: actions/checkout@v2
48
- uses: actions/setup-node@v2
0 commit comments