Skip to content

Commit c99f98c

Browse files
committedMar 6, 2025·
Update "runs-on" to use ubuntu-latest instead of deprecated 20.04
1 parent 2da3aec commit c99f98c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/callable-flex-cleanup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
flex-cleanup:
88
name: Cleanup Flex testing endpoint
9-
runs-on: Ubuntu-20.04
9+
runs-on: ubuntu-latest
1010

1111
steps:
1212
-

‎.github/workflows/callable-flex-update-archived.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
flex-update-archived:
1313
name: Update Flex Archives
14-
runs-on: Ubuntu-20.04
14+
runs-on: ubuntu-latest
1515

1616
steps:
1717
-

‎.github/workflows/callable-flex-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
flex-update:
1919
name: Update Flex endpoint
20-
runs-on: Ubuntu-20.04
20+
runs-on: ubuntu-latest
2121

2222
steps:
2323
-

0 commit comments

Comments
 (0)
Please sign in to comment.