We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6eb703 commit 464a070Copy full SHA for 464a070
.github/workflows/build.yml
@@ -25,6 +25,7 @@ jobs:
25
- macos-14
26
- ubuntu-20.04
27
- ubuntu-22.04
28
+ - ubuntu-24.04
29
- windows-2019
30
- windows-2022
31
runs-on: ${{ matrix.os }}
.github/workflows/release.yml
@@ -19,7 +19,7 @@ env:
19
jobs:
20
release:
21
if: github.repository == 'vezel-dev/zig-toolsets'
22
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
23
steps:
24
- name: Clone repository
uses: actions/[email protected]
0 commit comments