Skip to content

Commit

Permalink
DRAFT 780 - test zig 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Aug 16, 2024
1 parent c3c44d8 commit 8a32f6c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,192 deletions.
169 changes: 0 additions & 169 deletions .appveyor.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/CodeQL.yml

This file was deleted.

114 changes: 0 additions & 114 deletions .github/workflows/cmake-build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/zig-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false

matrix:
zig_version: [ "0.12.0" ]
zig_version: [ "0.13.0" ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
ttriple: [ native, native-native-msvc ]
enable_cplusplus: [ true ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zig-cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
zig_version: [ "0.12.0" ]
zig_version: [ "0.13.0" ]
# Some of the triples are commented out just to speedup this workflow.
ttriple: [
aarch64-linux-gnu,
Expand Down
Loading

0 comments on commit 8a32f6c

Please sign in to comment.