Skip to content

Commit

Permalink
ci: Drop deprecated MacOS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Nov 5, 2024
1 parent e552980 commit 941ae2d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -45,8 +45,7 @@ jobs:
os:
- ubuntu-22.04
- ubuntu-20.04
- macos-12
- macos-11
- macos-13
nix_version:
- 2.24.9
- 2.23.3
Expand Down Expand Up @@ -92,8 +91,7 @@ jobs:
os:
- ubuntu-22.04
- ubuntu-20.04
- macos-12
- macos-11
- macos-13
nix_version:
- 2.24.9
- 2.23.3
Expand Down Expand Up @@ -140,8 +138,7 @@ jobs:
os:
- ubuntu-22.04
- ubuntu-20.04
- macos-12
- macos-11
- macos-13
nix_version:
- 2.24.9
- 2.23.3
Expand Down

0 comments on commit 941ae2d

Please sign in to comment.