Skip to content

Commit

Permalink
Update to macos-13 test runner as macos-12 is deprecated. (#611)
Browse files Browse the repository at this point in the history
Update to upload-artifact@v4 and download-artifact@v4 as v3 is deprecated.
  • Loading branch information
tomwhite authored Nov 8, 2024
1 parent 5a4dbb5 commit 25bc395
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
--outdir dist/
.
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: releases
path: dist
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: releases
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scale-tests.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
LITHOPS_CONFIG_FILE: ${{ github.workspace }}/.github/workflows/.lithops_config

- name: Save plots
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: plots
path: plots/
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-12", "windows-latest"]
os: ["ubuntu-latest", "macos-13", "windows-latest"]
python-version: ["3.10"]
PIP_FLAGS: [""]
include:
Expand Down

0 comments on commit 25bc395

Please sign in to comment.