Skip to content

Commit

Permalink
Removed macos 12, added ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nromashchenko committed Feb 6, 2025
1 parent 09a2dfa commit bf2db2d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, ubuntu-20.04, macos-13, macos-12 ]
os: [ ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-13 ]
include:
- os: ubuntu-22.04
buildname: 'ubuntu-22.04'
Expand All @@ -28,10 +28,6 @@ jobs:
buildname: 'macos-13'
triplet: x64-osx
compiler: clang_64
- os: macos-12
buildname: 'macos-12'
triplet: x64-osx
compiler: clang_64

steps:
- name: Checkout
Expand Down

0 comments on commit bf2db2d

Please sign in to comment.