Skip to content

Commit

Permalink
Updated GHA containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Oct 30, 2024
1 parent e725252 commit f534946
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f534946

Please sign in to comment.