Skip to content

Commit 17fc80c

Browse files
authored
BLD: Remove macos-13 (#206)
1 parent 0ef3610 commit 17fc80c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
# the macOS 13 runner is on Intel hardware
35-
runs-on: [ ubuntu-latest, macos-13, macos-latest ]
35+
runs-on: [ ubuntu-latest, macos-latest ]
3636
python-version: [ '3.11', '3.12', '3.13' ]
3737
runs-on: ${{ matrix.runs-on }}
3838
name: build (Python ${{ matrix.python-version }}, ${{ matrix.runs-on }})

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
package: [ acstools, asdf, ccdproc, costools, jwst, reftools, synphot, wfpc2tools ]
3535
# the macOS 13 runner is on Intel hardware
36-
runs-on: [ ubuntu-latest, macos-13, macos-latest ]
36+
runs-on: [ ubuntu-latest, macos-latest ]
3737
python-version: [ '3.11', '3.12', '3.13' ]
3838
include:
3939
- package: acstools

0 commit comments

Comments
 (0)