Skip to content

Commit

Permalink
chore: Update CI test environment
Browse files Browse the repository at this point in the history
`macos-12` has been deprecated by GitHub.
  • Loading branch information
martis42 committed Dec 10, 2024
1 parent 47c2253 commit 966773f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ pull_request ]

jobs:
pre-commit:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: snok/install-poetry@v1
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: pre-commit/[email protected]

fast-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ pre-commit ]
steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
integration-tests-aspect:
strategy:
matrix:
os: [ ubuntu-22.04, macos-12, windows-2022 ]
os: [ ubuntu-24.04, macos-15, windows-2022 ]
runs-on: ${{ matrix.os }}
needs: [ fast-tests ]
steps:
Expand All @@ -51,7 +51,7 @@ jobs:
integration-tests-apply-fixes:
strategy:
matrix:
os: [ ubuntu-22.04, macos-12, windows-2022 ]
os: [ ubuntu-24.04, macos-15, windows-2022 ]
runs-on: ${{ matrix.os }}
needs: [ fast-tests ]
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
integration-tests-examples:
strategy:
matrix:
os: [ ubuntu-22.04, macos-12, windows-2022 ]
os: [ ubuntu-24.04, macos-15, windows-2022 ]
runs-on: ${{ matrix.os }}
needs: [ fast-tests ]
steps:
Expand Down

0 comments on commit 966773f

Please sign in to comment.