Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/audit-check.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Security audit

on:
# TODO re-enable once project is set up properly
# push:
# branches:
# - main
# pull_request:
# schedule:
# - cron: '0 0 * * *'
push:
branches:
- main
pull_request:
workflow_dispatch:
#schedule:
# - cron: '0 0 * * *'

jobs:
audit-check:
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: CI

on:
# TODO re-enable once project is set up properly
# push:
# branches:
# - main
# pull_request:
push:
branches:
- main
pull_request:
workflow_dispatch:

env:
Expand Down Expand Up @@ -64,8 +63,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-24.04, macos-14, windows-2022 ]
toolchain: [ 1.60.0 ] # TODO: change for your minimum supported Rust version
os: [ ubuntu-24.04, macos-15, windows-2025 ]
toolchain: [ 1.85.1 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down Expand Up @@ -99,7 +98,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-24.04, macos-14, windows-2022 ]
os: [ ubuntu-24.04, macos-15, windows-2025 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
platform: apple-darwin
- os: ubuntu-24.04
- platform: apple-darwin
os: macos-14
os: macos-15
- platform: pc-windows-msvc
os: windows-2022
os: windows-2025
- crt-static: false
- link-self-contained: false
- platform: pc-windows-msvc
Expand Down
Loading
Loading