Skip to content

Commit

Permalink
macos-14 runners out now
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Feb 3, 2024
1 parent d5d30f4 commit 90a934b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ jobs:
strategy:
matrix:
os:
# - macos-14 # not available yet
- macos-14
- macos-13
- macos-12
#- macos-11
#- macos-10.15
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -94,11 +93,10 @@ jobs:
strategy:
matrix:
os:
# - macos-14 # not available yet
- macos-14
- macos-13
- macos-12
#- macos-11
#- macos-10.15
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 90a934b

Please sign in to comment.