mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 12:42:34 +01:00
GHA: Switch to ubuntu-22.04.
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user