Skip to content

Commit

Permalink
Update test_x.yml to be run on macos-13 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardlabat authored Apr 26, 2024
1 parent 3451edf commit aefe848
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
test:
runs-on: macos-latest
runs-on: macos-12

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
test:
runs-on: macos-latest
runs-on: macos-12

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
test:
runs-on: macos-latest
runs-on: macos-12

steps:
- name: Checkout
Expand Down

0 comments on commit aefe848

Please sign in to comment.