Browse Source

GHA: Switch to ubuntu-22.04.

Бранимир Караџић 3 years ago
parent
commit
27b86b4162
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.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