diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85e3c2693..ad4eb0fab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: migration-order: name: Migration order - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest needs: ci_changes if: needs.ci_changes.outputs.migration_order == 'true' steps: @@ -132,7 +132,7 @@ jobs: harness-server-checks: name: Harness server fmt, clippy, and tests - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest needs: ci_changes if: needs.ci_changes.outputs.harness_server_checks == 'true' steps: @@ -163,7 +163,7 @@ jobs: rust-api: name: Rust API fmt, clippy, and tests - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest needs: ci_changes if: needs.ci_changes.outputs.rust_api == 'true' steps: @@ -365,7 +365,7 @@ jobs: slackbotv2-tests: name: Slackbot v2 tests - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest needs: ci_changes if: needs.ci_changes.outputs.slackbotv2_tests == 'true' steps: @@ -423,7 +423,7 @@ jobs: discordbot-checks: name: Discordbot typecheck and tests - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest needs: ci_changes if: needs.ci_changes.outputs.discordbot_checks == 'true' steps: @@ -457,7 +457,7 @@ jobs: githubbot-checks: name: Githubbot typecheck and tests - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest needs: ci_changes if: needs.ci_changes.outputs.githubbot_checks == 'true' steps: @@ -491,7 +491,7 @@ jobs: teamsbot-checks: name: Teamsbot typecheck and tests - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest needs: ci_changes if: needs.ci_changes.outputs.teamsbot_checks == 'true' steps: diff --git a/.github/workflows/console-ci.yml b/.github/workflows/console-ci.yml index 84c1edb42..a9313aba2 100644 --- a/.github/workflows/console-ci.yml +++ b/.github/workflows/console-ci.yml @@ -46,7 +46,7 @@ jobs: fi scan_ruby: - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest needs: console_changes if: needs.console_changes.outputs.relevant == 'true' @@ -64,7 +64,7 @@ jobs: run: bin/brakeman --no-pager scan_js: - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest needs: console_changes if: needs.console_changes.outputs.relevant == 'true' @@ -82,7 +82,7 @@ jobs: run: bin/importmap audit lint: - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest needs: console_changes if: needs.console_changes.outputs.relevant == 'true' env: @@ -111,7 +111,7 @@ jobs: run: bin/rubocop -f github test: - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest needs: console_changes if: needs.console_changes.outputs.relevant == 'true' diff --git a/.github/workflows/console-gem-audit.yml b/.github/workflows/console-gem-audit.yml index bec957f5f..63952805f 100644 --- a/.github/workflows/console-gem-audit.yml +++ b/.github/workflows/console-gem-audit.yml @@ -13,7 +13,7 @@ defaults: jobs: scan_gems: - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4d1da58c5..7f1e2b7f0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ permissions: jobs: build-and-deploy: name: Build and deploy docs - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest timeout-minutes: 20 strategy: matrix: diff --git a/.github/workflows/pr-audit.yml b/.github/workflows/pr-audit.yml index b58517c87..b78e6f18b 100644 --- a/.github/workflows/pr-audit.yml +++ b/.github/workflows/pr-audit.yml @@ -8,7 +8,7 @@ permissions: {} jobs: publish: - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest if: github.event.label.name == 'cyclops' steps: - name: Publish event diff --git a/.github/workflows/release-chart.yml b/.github/workflows/release-chart.yml index a97efe2d2..0be38d5ee 100644 --- a/.github/workflows/release-chart.yml +++ b/.github/workflows/release-chart.yml @@ -20,7 +20,7 @@ jobs: release: permissions: contents: write - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1