this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix macos version for CI

nesbox 0f9f081f fd13a408

+4 -4
+4 -4
.github/workflows/build.yml
··· 492 492 name: "tic80-nintendo-3ds" 493 493 path: build/bin/tic80.3dsx 494 494 495 - # === MacOS 10.15 === 495 + # === MacOS 12 === 496 496 macos: 497 - runs-on: macos-10.15 497 + runs-on: macos-12 498 498 499 499 steps: 500 500 - uses: actions/checkout@v3 ··· 531 531 name: "tic80-macos-stub" 532 532 path: build/bin/tic80* 533 533 534 - # === MacOS 10.15 PRO === 534 + # === MacOS 12 PRO === 535 535 macos-pro: 536 - runs-on: macos-10.15 536 + runs-on: macos-12 537 537 538 538 steps: 539 539 - uses: actions/checkout@v3