Skip to content

Commit e041ee4

Browse files
authored
Merge pull request #29 from lncm/update-build-os
Update Build OS
2 parents 31620de + 3ece20e commit e041ee4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/on-push-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-22.04
1313
name: Build on push with branch looking like nolim1t*
1414
steps:
1515
- name: Checkout repo

.github/workflows/on-push-master.yml

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

1111
jobs:
1212
build:
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-22.04
1414
name: Build and push all the stuff defined in this repo
1515
steps:
1616
- name: Checkout repo

.github/workflows/on-tag.yml

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

1111
jobs:
1212
build:
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-22.04
1414
name: Build TOR
1515
steps:
1616
- name: Setup Environment

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
sync:
1313
name: Update README to Docker Hub
14-
runs-on: ubuntu-18.04
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v2.0.0
1717
- name: Sync README.md and Description to Docker Hub using meeDamian action (my fork)

0 commit comments

Comments
 (0)