Skip to content

Commit 2bc851d

Browse files
committed
Just run it on ubuntu
1 parent d1804e6 commit 2bc851d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
jobs:
1212
placeholder:
13-
runs-on: self-hosted
13+
runs-on: ubuntu-24.04 [Beta]
1414
steps:
1515
- name: Placeholder
1616
run: echo "Placeholder"

.github/workflows/update_techdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
publish-techdocs-site:
17-
runs-on: self-hosted
17+
runs-on: ubuntu-24.04 [Beta]
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)