Skip to content

Commit 44d30bc

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 0dfb008 commit 44d30bc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# This workflow contains a single job called "build"
2424
base:
2525
# The type of runner that the job will run on
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727

2828
# Steps represent a sequence of tasks that will be executed as part of the job
2929
steps:
@@ -95,7 +95,7 @@ jobs:
9595

9696
# run the node test in an own task, so we can use a node-version matrix.
9797
test-node:
98-
runs-on: ubuntu-22.04
98+
runs-on: ubuntu-24.04
9999
strategy:
100100
matrix:
101101
node: ['22.22.0', '24.13.0']
@@ -134,7 +134,7 @@ jobs:
134134

135135

136136
test-deno:
137-
runs-on: ubuntu-22.04
137+
runs-on: ubuntu-24.04
138138
steps:
139139
- uses: actions/checkout@v6
140140
- name: Setup Node.js environment

.github/workflows/prevent-commit-to-generated.yml

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

99
jobs:
1010
warn-user:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v6
1414
- name: Warn User to not commit generated files

0 commit comments

Comments
 (0)