Skip to content

Commit

Permalink
bump github actions runners.
Browse files Browse the repository at this point in the history
(cherry picked from commit dff7642)
  • Loading branch information
sezero authored and alexey-lysiuk committed Nov 27, 2024
1 parent b20dd6c commit 0330d82
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Linux CI
name: Linux

on: [push, pull_request]

jobs:
build-linux:
name: Build Linux
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: macOS CI
name: macOS

on: [push, pull_request]

jobs:
build-mac-os:
name: Build macOS
runs-on: macos-12
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-mingw.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: MinGW CI
name: Windows (MinGW)

on: [push, pull_request]

jobs:
build-linux:
name: Build MinGW
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
name: Windows MSVC CI
name: Windows (MSVC)

on: [push, pull_request]

jobs:
build-windows:
name: Build Windows
runs-on: windows-2022
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
platform: [x64, Win32]

steps:
- uses: actions/checkout@v4

- uses: microsoft/setup-msbuild@v2

- name: Build ${{ matrix.platform }}
Expand Down

0 comments on commit 0330d82

Please sign in to comment.