Skip to content

Commit

Permalink
Update GitHub runner images (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phault authored Dec 13, 2024
1 parent 2c9e9ed commit c5e60bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
fail-fast: false
matrix:
config:
- os: macos-12
- os: macos-13
target: x86_64-apple-darwin
- os: macos-14
target: aarch64-apple-darwin
- os: windows-latest
target: x86_64-pc-windows-msvc
- os: ubuntu-20.04
- os: ubuntu-24.04
target: x86_64-unknown-linux-gnu

steps:
Expand Down

0 comments on commit c5e60bf

Please sign in to comment.