Skip to content

Commit acf837a

Browse files
committed
Switch workflows to run on ubuntu-latest
1 parent 983ab8b commit acf837a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-selectors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
selectors:
1515
name: CSS coverage
16-
runs-on: ubuntu-latest-8-cores
16+
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v6

.github/workflows/test-visual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Temp skip this run
2121
if: ${{ github.event_name == 'pull_request' && false }}
2222
timeout-minutes: 20
23-
runs-on: ubuntu-latest-8-cores
23+
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v6
2626
with:

0 commit comments

Comments
 (0)