Skip to content

Commit 0790e4b

Browse files
committed
experiment
1 parent 3049d0a commit 0790e4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
lint:
10-
runs-on: macos-latest
10+
runs-on: macos-15
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
@@ -30,7 +30,7 @@ jobs:
3030
markdownlint README.md
3131
3232
test:
33-
runs-on: macos-latest
33+
runs-on: macos-15
3434
needs: lint
3535
steps:
3636
- name: Checkout
@@ -79,7 +79,7 @@ jobs:
7979
path: MIRACLTrust/reports/
8080

8181
build:
82-
runs-on: macos-latest
82+
runs-on: macos-15
8383
needs: integration-test
8484
steps:
8585
- name: Checkout

0 commit comments

Comments
 (0)