Skip to content

Commit 6445d5c

Browse files
author
Anders
authored
update ci ubuntu version (#530)
1 parent 66d58ce commit 6445d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-playground-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
deploy:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616

1717
steps:
1818
- name: Checkout code

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
test:
1414
timeout-minutes: 60
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)