Skip to content

Commit

Permalink
ci: Pin image version
Browse files Browse the repository at this point in the history
(cherry picked from commit bcfe132)
Signed-off-by: LIU Hao <[email protected]>
  • Loading branch information
lhmouse committed Jan 20, 2025
1 parent e5a2d22 commit 2201d09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
ubuntu-x86-64:
name: Ubuntu cross build (x86-64 GCC)
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
msys2-ucrt64:
name: MSYS2 native build (x86-64 GCC)
runs-on: windows-latest
runs-on: windows-2022

defaults:
run:
Expand All @@ -101,7 +101,7 @@ jobs:
msys2-mingw32:
name: MSYS2 native build (x86-32 GCC)
runs-on: windows-latest
runs-on: windows-2022

defaults:
run:
Expand All @@ -127,7 +127,7 @@ jobs:
msys2-clang64:
name: MSYS2 native build (x86-64 Clang)
runs-on: windows-latest
runs-on: windows-2022

defaults:
run:
Expand All @@ -153,7 +153,7 @@ jobs:
msvc-x64:
name: MSVC native build (x86-64 Clang-CL)
runs-on: windows-latest
runs-on: windows-2022

defaults:
run:
Expand All @@ -180,7 +180,7 @@ jobs:
msvc-x86:
name: MSVC native build (x86-32 Clang-CL)
runs-on: windows-latest
runs-on: windows-2022

defaults:
run:
Expand Down

0 comments on commit 2201d09

Please sign in to comment.