Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI-unixish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
image: ["centos:7", "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:23.04"]
fail-fast: false # Prefer quick result

runs-on: ubuntu-22.04
runs-on: buildjet-2vcpu-ubuntu-2204

# TODO: is this actually applied to the guest?
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-unixish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12]
os: [buildjet-2vcpu-ubuntu-2004, buildjet-2vcpu-ubuntu-2204, macos-11, macos-12]
fail-fast: false # Prefer quick result

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-22.04
runs-on: buildjet-2vcpu-ubuntu-2204

env:
QT_VERSION: 5.15.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
convert_via_pandoc:
runs-on: ubuntu-22.04
runs-on: buildjet-2vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CIFuzz
on: [pull_request]
jobs:
Fuzzing:
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204
steps:
- name: Build Fuzzers
id: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-22.04
runs-on: buildjet-2vcpu-ubuntu-2204

env:
QT_VERSION: 5.15.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
runs-on: buildjet-2vcpu-ubuntu-2204

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-22.04
runs-on: buildjet-2vcpu-ubuntu-2204

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-22.04
runs-on: buildjet-2vcpu-ubuntu-2204

steps:
- uses: actions/checkout@v3
Expand All @@ -21,7 +21,7 @@ jobs:
with:
path: |
~/uncrustify
key: ${{ runner.os }}-uncrustify
key: buildjet-${{ runner.os }}-uncrustify

- name: build uncrustify
if: steps.cache-uncrustify.outputs.cache-hit != 'true'
Expand All @@ -35,6 +35,7 @@ jobs:

- name: Uncrustify check
run: |
ls -al ~
~/uncrustify/uncrustify -c .uncrustify.cfg -l CPP --no-backup --replace */*.cpp */*.h
git diff
git diff | diff - /dev/null &> /dev/null
4 changes: 2 additions & 2 deletions .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
image: ["fedora:latest"] # "debian:unstable" / "archlinux:latest"

runs-on: ubuntu-22.04
runs-on: buildjet-2vcpu-ubuntu-2204

container:
image: "fedora:latest"
Expand Down Expand Up @@ -161,4 +161,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: Logs (clang-include-cleaner)
path: ./*.log
path: ./*.log
2 changes: 1 addition & 1 deletion .github/workflows/scriptcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:

# 'ubuntu-22.04' removes Python 2.7, 3.6 and 3.6 so keep the previous LTS version
runs-on: ubuntu-20.04
runs-on: buildjet-2vcpu-ubuntu-2004

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selfcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-22.04
runs-on: buildjet-2vcpu-ubuntu-2204

env:
QT_VERSION: 5.15.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-22.04
runs-on: buildjet-2vcpu-ubuntu-2204

env:
QT_VERSION: 5.15.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-22.04
runs-on: buildjet-2vcpu-ubuntu-2204

env:
QT_VERSION: 5.15.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-22.04
runs-on: buildjet-2vcpu-ubuntu-2204

steps:
- uses: actions/checkout@v3
Expand Down