Skip to content

Commit cddbd48

Browse files
author
Eric Thieme-Garmann
committed
update deprecated ubuntu version
1 parent ce724d5 commit cddbd48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
test:
1515
name: 🚀 Deploy docs
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
1919

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
lint:
1313
name: 🔬 Lint code
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
1717

@@ -44,7 +44,7 @@ jobs:
4444
4545
test:
4646
name: ⚡ Run tests
47-
runs-on: ubuntu-20.04
47+
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v4
5050

0 commit comments

Comments
 (0)