Skip to content

Commit b8c8f20

Browse files
Update build.yml with ubuntu-24.04
Ubuntu 20.04 was deprecated: actions/runner-images#11101
1 parent 533934a commit b8c8f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44
jobs:
55
linux:
66
name: Linux
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Install Dependencies

0 commit comments

Comments
 (0)