From 27b86b416271894c6c3dcfa90ff89be8e60c5f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sun, 2 Oct 2022 20:13:51 -0700 Subject: [PATCH] GHA: Switch to ubuntu-22.04. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef5218e32..cc1d24f3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -106,7 +106,7 @@ jobs: { config: release, binsuffix: Release }, ] name: linux-${{ matrix.config }}64 - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout bgfx uses: actions/checkout@v3 @@ -140,7 +140,7 @@ jobs: matrix: config: [ debug, release] name: wasm-${{ matrix.config }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout bgfx uses: actions/checkout@v3