We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424b448 commit 32cb599Copy full SHA for 32cb599
1 file changed
.github/workflows/native.yml
@@ -24,13 +24,13 @@ jobs:
24
build:
25
strategy:
26
matrix:
27
- os: [ubuntu-20.04, windows-latest, macos-latest]
+ os: [ubuntu-22.04, windows-latest, macos-latest]
28
runs-on: ${{ matrix.os }}
29
steps:
30
- name: Checkout
31
uses: actions/checkout@v4
32
- name: Build Linux
33
- if: matrix.os == 'ubuntu-20.04'
+ if: matrix.os == 'ubuntu-22.04'
34
run: |
35
chmod 755 *.sh
36
echo "building linux-x64"
0 commit comments