Skip to content

Commit

Permalink
Add ubuntu-24.04 and macos-14, and remove macos-12 to Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnerd committed Oct 24, 2024
1 parent a81d71a commit 82c242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04, macos-latest, macos-13, macos-12]
os: [ubuntu-latest, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-latest, macos-14, macos-13]
rmq: [WITH_RMQ=ON, WITH_RMQ=OFF]
steps:
- name: set apt conf (Debian based Linux)
Expand Down

0 comments on commit 82c242a

Please sign in to comment.