Skip to content

Commit

Permalink
Remove -latest
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfallan committed Dec 28, 2024
1 parent 6bed6e6 commit 21d8fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- src/seismicrna/**
- pyproject.toml
- environment.yml
- .github/workflows/install-test.yml
- .github/workflows/build-wheels.yml
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
platform: [ubuntu, macos]

steps:
- name: Check out code
Expand Down

0 comments on commit 21d8fa5

Please sign in to comment.