Skip to content

Commit

Permalink
pin the 16 core runner to ubuntu 22.04 for real
Browse files Browse the repository at this point in the history
  • Loading branch information
jamigibbs committed Jan 16, 2025
1 parent e4fd18b commit 8e9a702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

fetch-allow-lists:
name: Fetch Test Stability Allow Lists
runs-on: ubuntu-16-cores-22.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
name: Unit Tests
needs: [fetch-allow-lists, tests-prep]
timeout-minutes: 30
runs-on: ubuntu-16-cores-latest
runs-on: ubuntu-16-cores-22.04
outputs:
app_folders: ${{ steps.get-changed-apps.outputs.folders }}
changed-files: ${{ steps.get-changed-apps.outputs.changed_files }}
Expand Down

0 comments on commit 8e9a702

Please sign in to comment.