Skip to content

Commit f4f19f9

Browse files
committed
Update CI to run on macos-12
1 parent fde3cfe commit f4f19f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
macos_x64:
88
name: MacOS (x64)
9-
runs-on: macos-11
9+
runs-on: macos-12
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
@@ -31,7 +31,7 @@ jobs:
3131
path: libs/Native/Aardvark.Assembler/mac/AMD64/
3232
macos_m1:
3333
name: MacOS (M1)
34-
runs-on: macos-11
34+
runs-on: macos-12
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v4

0 commit comments

Comments
 (0)