From f534946822b13b89721969a4281bb1af93c53af9 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: Wed, 30 Oct 2024 15:54:21 -0700 Subject: [PATCH] Updated GHA containers. --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d480afda1b..9a4b1537d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: { config: Release, platform: x64, bindir: 'win64_vs2019' }, ] name: msvc-${{ matrix.config }}-${{ matrix.platform }} - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: Checkout bgfx uses: actions/checkout@v3 @@ -61,7 +61,7 @@ jobs: { msystem: CLANG64, project: 'mingw-clang', bindir: 'win64_mingw-clang' }, ] name: mingw-${{ matrix.msystem }} - runs-on: windows-latest + runs-on: windows-2022 steps: - name: Checkout bgfx uses: actions/checkout@v3 @@ -106,7 +106,7 @@ jobs: { config: release, binsuffix: Release }, ] name: linux-gcc-${{ matrix.config }}64 - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout bgfx uses: actions/checkout@v3 @@ -143,7 +143,7 @@ jobs: { config: release, binsuffix: Release }, ] name: osx-x64-${{ matrix.config }} - runs-on: macos-latest + runs-on: macos-14 steps: - name: Checkout bgfx uses: actions/checkout@v3 @@ -178,7 +178,7 @@ jobs: { platform: arm64 }, ] name: android-${{ matrix.platform }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: nttld/setup-ndk@v1 id: setup-ndk