Skip to content

Commit

Permalink
Stay on macOS-13 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Apr 29, 2024
1 parent c76b915 commit 8cc0cbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
- os: macOS-latest
- os: macOS-13
- os: windows-latest
- os: ubuntu-latest
container:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macOS-13
- windows-latest
nim: ${{ fromJson(needs.matrix_prep.outputs.nimversions) }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- binary:stable
os:
- ubuntu-latest
- macOS-latest
- macOS-13
- windows-latest
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- binary:1.6.0
os:
- ubuntu-latest
- macOS-latest
- macOS-13
- windows-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 8cc0cbc

Please sign in to comment.