Skip to content

Commit 4f26139

Browse files
committed
fix: update workflow to use ubuntu-latest for consistency
1 parent 8672931 commit 4f26139

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-checks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
linting:
1212
name: Lint
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
@@ -23,7 +23,7 @@ jobs:
2323

2424
type-check:
2525
name: Apps/Web Types
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v3
@@ -36,7 +36,7 @@ jobs:
3636

3737
build:
3838
name: Build
39-
runs-on: ubuntu-20.04
39+
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
4242
uses: actions/checkout@v3

0 commit comments

Comments
 (0)