Skip to content

Commit 97259b6

Browse files
committed
try with macos-14 for intel instead
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45834 379a1393-f5fb-40a0-bcee-ef074d9b53f7
1 parent 40d324a commit 97259b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-main-on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,8 @@ jobs:
532532
fail-fast: false
533533
matrix:
534534
silicon: [ { name: 'Intel Silicon',
535-
runner: 'macos-13',
536-
conf: '--enable-macos-minimum-version=13.0',
535+
runner: 'macos-14',
536+
conf: '--enable-macos-minimum-version=14.0',
537537
brew_prefix: '/usr/local' },
538538
{ name: 'Apple Silicon',
539539
runner: 'macos-15-intel',

0 commit comments

Comments
 (0)