@ -7,6 +7,10 @@ on:
pull_request:
types: [ opened, synchronize ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
@ -6,9 +6,12 @@ on:
- master
workflow_dispatch:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
@ -9,6 +9,10 @@ on:
release:
types: [published]
ps4:
runs-on: windows-latest
runs-on: ubuntu-22.04
formatting-check:
# The CMake configure and build commands are platform agnostic and should work equally
@ -5,6 +5,10 @@ on:
miyoo-mini:
gcw0:
retrofw:
make_src_dist:
fmt-check:
xbox:
# `ubuntu-latest` is currently 20.04 but we require a newer clang.