Skip to content

Commit 1650acb

Browse files
committed
Change build runner from Ubuntu to self-hosted Debian 11
1 parent 8898955 commit 1650acb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path: ./build/src/Release/axslcc.exe
2222
name: axslcc-win64
2323
linux:
24-
runs-on: ubuntu-latest
24+
runs-on: debian-11 # self-hosted on org simdsoft, @halx99 personal machine
2525
steps:
2626
- uses: actions/checkout@v6
2727
- name: build
@@ -72,4 +72,4 @@ jobs:
7272
uses: actions/upload-artifact@v5
7373
with:
7474
path: ./build/src/axslcc
75-
name: axslcc-osx-x64
75+
name: axslcc-osx-x64

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ jobs:
8585
./pkg_dir/*
8686
env:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88-
GITHUB_REPOSITORY: axmolengine/axslcc
88+
GITHUB_REPOSITORY: simdsoft/axslcc

0 commit comments

Comments
 (0)