Skip to content

Commit 6b44970

Browse files
authored
Update machine to ubuntu-24.04 (#88)
1 parent 4836f2d commit 6b44970

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Build
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
strategy:
1414
matrix:
1515
platform: [darwin, linux, windows]
@@ -30,7 +30,7 @@ jobs:
3030
publish:
3131
name: Publish
3232
needs: [build]
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-24.04
3434
steps:
3535
- uses: actions/download-artifact@v4
3636
with:

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Build
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
matrix:
1414
platform: [darwin, linux, windows]
@@ -28,7 +28,7 @@ jobs:
2828
test:
2929
name: Integration Test
3030
needs: [build]
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-24.04
3232
steps:
3333
- uses: actions/download-artifact@v4
3434
with:

0 commit comments

Comments
 (0)