We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8569427 commit f3de8b5Copy full SHA for f3de8b5
.github/workflows/build.yml
@@ -14,15 +14,15 @@ jobs:
14
run: ./configure && make && make test -k
15
16
test-x86_64-osx:
17
- runs-on: macos-13
+ runs-on: macos-15-intel
18
timeout-minutes: 2
19
steps:
20
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
21
- name: make & test tcc (x86_64-osx)
22
23
24
test-aarch64-osx:
25
- runs-on: macos-14
+ runs-on: macos-15
26
27
28
0 commit comments