Skip to content

Commit

Permalink
[ci] replace macos-11 by macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jul 9, 2024
1 parent 27e7c0c commit 46d48c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
octave_test:
name: Octave tests
strategy:
# provided octave versions: ubuntu-20.04 = 5.2, ubuntu-22.04 = 6.4, macos-11 = 8.1, windows-2019 = 7.3
# provided octave versions: ubuntu-20.04 = 5.2, ubuntu-22.04 = 6.4, macos-12 = 8.1, windows-2019 = 7.3
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-12, windows-2019]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
name: MATLAB test
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-12, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
Expand Down

0 comments on commit 46d48c7

Please sign in to comment.