@@ -6,7 +6,7 @@ on:
jobs:
ktlint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.3.1/ktlint && chmod a+x ktlint
@@ -19,7 +19,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-12
- macos-14
- windows-2022
steps:
- name: Download tox4j
@@ -107,7 +107,7 @@ jobs:
include-hidden-files: true
bazel:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
@@ -128,7 +128,7 @@ jobs:
- run: bazel test //...
buildifier:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install
@@ -139,7 +139,7 @@ jobs:
run: ./buildifier --lint=warn --warnings=all -mode diff WORKSPACE $(find . -type f -name "BUILD.*")
prettier:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: npm install --global prettier@3.3.3