Skip to content

Commit

Permalink
.github/workflows: macos-11 is no longer available
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Jul 3, 2024
1 parent d726fa1 commit fd70dfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
./gemmi-*.whl
retention-days: 14

macos11:
name: "macOS 11 (w/o python)"
runs-on: macos-11
macos12:
name: "macOS 12 (w/o python)"
runs-on: macos-12
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4
Expand All @@ -59,7 +59,7 @@ jobs:
python3 tests/test_prog.py
- uses: actions/upload-artifact@v4
with:
name: gemmi-macos11
name: gemmi-macos12
path: |
${{runner.workspace}}/build/gemmi
${{runner.workspace}}/build/libgemmi*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-20.04, ubuntu-22.04,
windows-latest,
macos-11, macos-12, macos-13, macos-14]
macos-12, macos-13, macos-14]
py: ['3.8', '3.9', '3.10', '3.11', '3.12']
name: ${{ matrix.os }} py${{ matrix.py }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit fd70dfb

Please sign in to comment.