Skip to content

Commit 464a070

Browse files
committed
Add ubuntu-24.04 to CI.
1 parent d6eb703 commit 464a070

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- macos-14
2626
- ubuntu-20.04
2727
- ubuntu-22.04
28+
- ubuntu-24.04
2829
- windows-2019
2930
- windows-2022
3031
runs-on: ${{ matrix.os }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
jobs:
2020
release:
2121
if: github.repository == 'vezel-dev/zig-toolsets'
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
steps:
2424
- name: Clone repository
2525
uses: actions/[email protected]

0 commit comments

Comments
 (0)