diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 13aaeba7b1c9..d9c31530e522 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,7 @@ name: CI jobs: check: name: Build - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest container: image: ghcr.io/gtk-rs/gtk4-rs/gtk4:latest strategy: @@ -83,7 +83,7 @@ jobs: examples: name: examples - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest container: image: ghcr.io/gtk-rs/gtk4-rs/gtk4:latest steps: @@ -101,7 +101,7 @@ jobs: fmt: name: rustfmt - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 @@ -159,7 +159,7 @@ jobs: checker: name: gtk-rs checker - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest strategy: matrix: crate: diff --git a/.github/workflows/book-deploy.yml b/.github/workflows/book-deploy.yml index 3496f7c7ef04..18f8f429c2ee 100644 --- a/.github/workflows/book-deploy.yml +++ b/.github/workflows/book-deploy.yml @@ -9,7 +9,7 @@ on: jobs: deploy: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest name: build steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/book-lint.yml b/.github/workflows/book-lint.yml index fcd6dae6e9ed..54188c622298 100644 --- a/.github/workflows/book-lint.yml +++ b/.github/workflows/book-lint.yml @@ -7,7 +7,7 @@ on: jobs: check: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest name: build steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b5a9fcc9d0d3..52c259c062ae 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,7 @@ on: jobs: build-deploy: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest name: build container: image: ghcr.io/gtk-rs/gtk4-rs/gtk4:latest diff --git a/.github/workflows/listings.yml b/.github/workflows/listings.yml index 151d6e869693..d927fb232edf 100644 --- a/.github/workflows/listings.yml +++ b/.github/workflows/listings.yml @@ -14,7 +14,7 @@ on: jobs: test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest name: listings build container: image: ghcr.io/gtk-rs/gtk4-rs/gtk4:latest