Skip to content

Commit

Permalink
Adding macos-13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejfuhrer authored May 2, 2023
1 parent 087fffc commit 0697e95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
upgrade:
strategy:
matrix:
os: [macos-10.15, macos-11, macos-12]
os: [macos-10.15, macos-11, macos-12, macos-13]
runs-on: ${{ matrix.os }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -38,7 +38,7 @@ jobs:
pinning-workflow:
strategy:
matrix:
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
pinned-export-workflow:
strategy:
matrix:
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
pinned-load-workflow:
strategy:
matrix:
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 0697e95

Please sign in to comment.