Skip to content

Commit

Permalink
ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Sep 1, 2023
1 parent 204e75d commit 0629c9e
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
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
2 changes: 1 addition & 1 deletion .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 Down
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

0 comments on commit 0629c9e

Please sign in to comment.