Skip to content

Commit 20e5a83

Browse files
authored
runs-on: macos-14 # ubuntu-latest
1 parent 68605d2 commit 20e5a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project_euler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: "Project Euler"
1212

1313
jobs:
1414
project-euler:
15-
runs-on: ubuntu-latest
15+
runs-on: macos-14 # ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)