Skip to content

Commit

Permalink
CI: Upgrade OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Oct 22, 2024
1 parent 16a1a16 commit 33aac5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ jobs:
matrix:
build:
- linux-x86_64
- macos-12
- macos-13
- macos-14
- windows
include:
- build: linux-x86_64
os: ubuntu-22.04
os: ubuntu-24.04
run-tests: 'true'
target: x86_64-unknown-linux-gnu
- build: macos-12
os: macos-12
run-tests: 'true'
target: x86_64-apple-darwin
- build: macos-13
os: macos-13
run-tests: 'true'
target: x86_64-apple-darwin
- build: macos-14
os: macos-14
run-tests: 'true'
target: aarch64-apple-darwin
- build: windows
os: windows-2022
run-tests: 'true'
Expand Down

0 comments on commit 33aac5d

Please sign in to comment.