Skip to content

Commit 30c2cdd

Browse files
authored
Merge pull request #72 from spacemeshos/update-ci
Update CI to use GH runners
2 parents b055ed7 + 30edeb5 commit 30c2cdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
os:
17-
- ubuntu-22.04
18-
- ubuntu-latest-arm-8-cores
17+
- ubuntu-24.04
18+
- ubuntu-24.04-arm
1919
- macos-13
20-
- [self-hosted, macos, arm64]
20+
- macos-14
2121
- windows-2022
2222
runs-on: ${{ matrix.os }}
2323
steps:

0 commit comments

Comments
 (0)