Skip to content

Commit 32cb599

Browse files
committed
Use ubuntu-22.04
1 parent 424b448 commit 32cb599

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
build:
2525
strategy:
2626
matrix:
27-
os: [ubuntu-20.04, windows-latest, macos-latest]
27+
os: [ubuntu-22.04, windows-latest, macos-latest]
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4
3232
- name: Build Linux
33-
if: matrix.os == 'ubuntu-20.04'
33+
if: matrix.os == 'ubuntu-22.04'
3434
run: |
3535
chmod 755 *.sh
3636
echo "building linux-x64"

0 commit comments

Comments
 (0)