We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9bb99 commit a8149b3Copy full SHA for a8149b3
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
strategy:
9
matrix:
10
- os: [ubuntu-20.04, windows-2019, macOS-13, ubuntu-22.04-arm]
+ os: [ubuntu-22.04, windows-2019, macOS-13, ubuntu-22.04-arm]
11
runs-on: ${{ matrix.os }}
12
steps:
13
- name: Checkout
0 commit comments