Skip to content

Commit 169b2d0

Browse files
committed
Remove arch and use different macos versions
1 parent f040900 commit 169b2d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ env:
4242
CXX: ccache g++
4343
jobs:
4444
MACOS_ARM64_DEBUG_ZTS:
45-
runs-on: macos-12, ARM64
45+
runs-on: macos-14
4646
steps:
4747
- name: git checkout
4848
uses: actions/checkout@v4
@@ -75,7 +75,7 @@ jobs:
7575
--show-slow 1000 \
7676
--set-timeout 120
7777
MACOS_X64_DEBUG_ZTS:
78-
runs-on: macos-12, x64
78+
runs-on: macos-13
7979
steps:
8080
- name: git checkout
8181
uses: actions/checkout@v4

0 commit comments

Comments
 (0)