Skip to content

Commit b2b7ceb

Browse files
authored
Update rpe_test.yml to use macos latest (#258)
1 parent 7869ae6 commit b2b7ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rpe_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os:
2222
- ubuntu-latest
2323
- ubuntu-22.04 # This is CentOS 7 under the hood
24-
- macos-12
24+
- macos-latest
2525
- windows-latest
2626

2727
runs-on: ${{ matrix.os }}
@@ -116,7 +116,7 @@ jobs:
116116
matrix:
117117
os:
118118
- ubuntu-22.04 # This is CentOS 7 under the hood
119-
- macos-12
119+
- macos-latest
120120
- windows-latest
121121

122122
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)