Skip to content

Commit b2fb38f

Browse files
Merge pull request #24 from resend/renovate/ubuntu-24.x
chore(deps): update dependency ubuntu to v24
2 parents 7d41636 + 52a8f88 commit b2fb38f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
aarch64-unknown-linux-gnu:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838

3939
x86_64-unknown-linux-gnu:
4040
needs: [aarch64-unknown-linux-gnu]
41-
runs-on: ubuntu-22.04
41+
runs-on: ubuntu-24.04
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v4

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
lint:
1616
name: Lint
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818

1919
steps:
2020
- name: Checkout

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
publish:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4

0 commit comments

Comments
 (0)